diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-01 13:01:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-01 13:01:14 +0000 |
commit | ea3ace78398015578de77be5a782dfa6176decb7 (patch) | |
tree | 9806ff6109463e8c5bcfcefe26052cf5a6fd85da /puppet/services/cinder-api.yaml | |
parent | 096259f7140ec8476fcbb7605c90155079b0c6bc (diff) | |
parent | 787685101179f13f6074901070cf307bd9bb0731 (diff) |
Merge "Hiera optimization: use a new hiera hook"
Diffstat (limited to 'puppet/services/cinder-api.yaml')
-rw-r--r-- | puppet/services/cinder-api.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/cinder-api.yaml b/puppet/services/cinder-api.yaml index 803d8b83..8d57418e 100644 --- a/puppet/services/cinder-api.yaml +++ b/puppet/services/cinder-api.yaml @@ -42,7 +42,7 @@ parameters: CinderWorkers: type: string description: Set the number of workers for cinder::wsgi::apache - default: '"%{::os_workers}"' + default: '%{::os_workers}' EnableInternalTLS: type: boolean default: false @@ -101,7 +101,7 @@ outputs: cinder::api::bind_host: str_replace: template: - '"%{::fqdn_$NETWORK}"' + '%{::fqdn_$NETWORK}' params: $NETWORK: {get_param: [ServiceNetMap, CinderApiNetwork]} cinder::wsgi::apache::ssl: {get_param: EnableInternalTLS} @@ -115,7 +115,7 @@ outputs: cinder::wsgi::apache::servername: str_replace: template: - '"%{::fqdn_$NETWORK}"' + '%{::fqdn_$NETWORK}' params: $NETWORK: {get_param: [ServiceNetMap, CinderApiNetwork]} - |