Comment 1 for bug 1183223

Revision history for this message
Robert Collins (lifeless) wrote :

The edit to add glance.host:
diff --git a/nova-compute.yaml b/nova-compute.yaml
index 172e9a1..ca95556 100644
--- a/nova-compute.yaml
+++ b/nova-compute.yaml
@@ -11,6 +11,8 @@ Parameters:
     Default: baremetal
   NovaImage:
     Type: String
+ GlanceHost:
+ Type: String
   KeystoneHost:
     Type: String
   ServicePassword:
@@ -66,6 +68,8 @@ Resources:
           - resource: NovaCompute
       nova:
         compute_driver: {Ref: NovaComputeDriver}
+ glance:
+ host: {Ref: GlanceHost}
       keystone:
         host: {Ref: KeystoneHost}
       quantum: