From 266d123286e91bb733102ae20f607caeead520f2 Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Tue, 10 Nov 2015 13:28:30 -0500 Subject: Change the Atomic image name so it's less specific The atomic image name in glance was being set to 'fedora-atomic'. The glance image can be any form of atomic distro so we shouldn't name this specifically 'fedora-atomic', but instead 'atomic-image'. Change-Id: Ic539b82b92e3fdd834750e591d8622b7dc85fc6d --- environments/docker-rdo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environments') diff --git a/environments/docker-rdo.yaml b/environments/docker-rdo.yaml index d5791369..8a6e1018 100644 --- a/environments/docker-rdo.yaml +++ b/environments/docker-rdo.yaml @@ -5,7 +5,7 @@ resource_registry: OS::TripleO::Compute::Net::SoftwareConfig: ../net-config-bridge.yaml parameters: - NovaImage: fedora-atomic + NovaImage: atomic-image parameter_defaults: DockerComputeImage: rthallisey/centos-binary-nova-compute:liberty -- cgit 1.2.3-korg