Change the Atomic image name so it's less specific
authorRyan Hallisey <rhallise@redhat.com>
Tue, 10 Nov 2015 18:28:30 +0000 (13:28 -0500)
committerRyan Hallisey <rhallise@redhat.com>
Tue, 10 Nov 2015 18:28:30 +0000 (13:28 -0500)
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

docker/README-containers.md
environments/docker-rdo.yaml

index 0e67c18..17990b5 100644 (file)
@@ -12,7 +12,7 @@ Download the fedora atomic image into glance:
 
 ```
 wget https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2
-glance image-create --name fedora-atomic --file Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2 --disk-format qcow2 --container-format bare
+glance image-create --name atomic-image --file Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2 --disk-format qcow2 --container-format bare
 ```
 
 ## Configuring TripleO
index d579136..8a6e101 100644 (file)
@@ -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