Migrate Puppet Hieradata to composable services
[apex-tripleo-heat-templates.git] / puppet / services / nova-vncproxy.yaml
index 1bf157c..3e2a3d8 100644 (file)
@@ -13,6 +13,8 @@ parameters:
 resources:
   NovaBase:
     type: ./nova-base.yaml
+    properties:
+      EndpointMap: {get_param: EndpointMap}
 
 outputs:
   role_data:
@@ -20,6 +22,8 @@ outputs:
     value:
       service_name: nova-vncproxy
       config_settings:
-        get_attr: [NovaBase, role_data, config_settings]
+        map_merge:
+          - get_attr: [NovaBase, role_data, config_settings]
+          - nova::vncproxy::enabled: true
       step_config: |
         include tripleo::profile::base::nova::vncproxy