Parameterize network type and tunnel types
[apex-tripleo-heat-templates.git] / block-storage.yaml
index 7e2be4a..e75e773 100644 (file)
@@ -18,6 +18,7 @@ resources:
       key_name: {get_param: KeyName}
       user_data_format: SOFTWARE_CONFIG
   BlockStorage0Deployment:
+    depends_on: [controller0AllNodesDeployment]
     type: OS::Heat::StructuredDeployment
     properties:
       server: {get_resource: BlockStorage0}
@@ -46,3 +47,6 @@ resources:
           host: {get_input: controller_virtual_ip}
           username: {get_param: RabbitUserName}
           password: {get_param: RabbitPassword}
+        glance:
+          host: {get_input: controller_virtual_ip}
+          port: {get_param: GlancePort}