Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / puppet / services / tacker.yaml
index 44c638b..251d809 100644 (file)
@@ -4,6 +4,10 @@ description: >
   OpenStack Tacker service configured with Puppet
 
 parameters:
+  ServiceData:
+    default: {}
+    description: Dictionary packing service data
+    type: json
   ServiceNetMap:
     default: {}
     description: Mapping of service_name -> network name. Typically set
@@ -33,6 +37,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
   TackerDebug:
     default: ''
     description: Set to True to enable debugging Tacker service.
@@ -109,6 +114,7 @@ outputs:
         tacker::keystone::authtoken::project_name: 'service'
         tacker::keystone::authtoken::user_domain_name: 'Default'
         tacker::keystone::authtoken::project_domain_name: 'Default'
+        tacker::keystone::authtoken::password: {get_param: TackerPassword}
         tacker::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
         tacker::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}