Merge "Add gzimin to networking group"
diff --git a/heat/server/single.yml b/heat/server/single.yml
index e686050..2f28613 100644
--- a/heat/server/single.yml
+++ b/heat/server/single.yml
@@ -15,3 +15,9 @@
         name: heat_domain_admin
         password: ${_param:heat_domain_admin_password}
         domain: heat
+      metadata:
+        protocol: ${_param:cluster_public_protocol}
+      waitcondition:
+        protocol: ${_param:cluster_public_protocol}
+      watch:
+        protocol: ${_param:cluster_public_protocol}
\ No newline at end of file
diff --git a/reclass/storage/system/openstack_dashboard_single.yml b/reclass/storage/system/openstack_dashboard_single.yml
index 51e2d91..00bd6a8 100644
--- a/reclass/storage/system/openstack_dashboard_single.yml
+++ b/reclass/storage/system/openstack_dashboard_single.yml
@@ -2,6 +2,7 @@
   _param:
     openstack_proxy_hostname: prx01
     openstack_proxy_system_codename: trusty
+    openstack_proxy_node01_address: 172.16.10.121
   reclass:
     storage:
       node:
@@ -13,4 +14,4 @@
           params:
             salt_master_host: ${_param:reclass_config_master}
             linux_system_codename: ${_param:openstack_proxy_system_codename}
-            single_address: 172.16.10.121
+            single_address: ${_param:openstack_proxy_node01_address}