diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-26 17:29:10 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-27 12:08:11 +0000 |
commit | 9e2e558a5f0e6507a163c32f1351099670aee2bb (patch) | |
tree | f733a6d5398caf54415737bb6e0b379da18eb78c /puppet | |
parent | e60c5377fb4b6dd96a8415b03e88005b3eab603c (diff) |
Set cinder's service name to httpd via t-h-t
With this, we can clean it from puppet-tripleo.
Change-Id: I13638cd1af52537bef8540f0d5fa5f5f7decd392
Depends-On: Ic1967a6f4f60a273965811516f33121115d518b4
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/cinder-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/cinder-api.yaml b/puppet/services/cinder-api.yaml index 3c624e3a..fe48667a 100644 --- a/puppet/services/cinder-api.yaml +++ b/puppet/services/cinder-api.yaml @@ -100,6 +100,7 @@ outputs: # internal_api_uri -> [IP] # internal_api_subnet - > IP/CIDR cinder::api::bind_host: {get_param: [ServiceNetMap, CinderApiNetwork]} + cinder::api::service_name: 'httpd' cinder::wsgi::apache::ssl: false cinder::wsgi::apache::bind_host: {get_param: [ServiceNetMap, CinderApiNetwork]} cinder::wsgi::apache::servername: |