diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-27 16:16:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-27 16:16:18 +0000 |
commit | 0383237146aede7420561a13b0dd1dd18ffbd232 (patch) | |
tree | c09156eb69c27d9a32b9075c6a941b232bc6b5e3 /puppet | |
parent | 09de6b033035a29259480771d12964b7ff175da1 (diff) | |
parent | 8d1f390501138a76f1acdf7cb82b70dadaffa623 (diff) |
Merge "Pass httpd service_name to Zaqar"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/zaqar.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/zaqar.yaml b/puppet/services/zaqar.yaml index 06965c8c..1ab793f0 100644 --- a/puppet/services/zaqar.yaml +++ b/puppet/services/zaqar.yaml @@ -71,6 +71,7 @@ outputs: zaqar::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} zaqar::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} zaqar::debug: {get_param: Debug} + zaqar::server::service_name: 'httpd' zaqar::transport::websocket::bind: {get_param: [EndpointMap, ZaqarInternal, host]} zaqar::wsgi::apache::ssl: false zaqar::wsgi::apache::bind_host: {get_param: [ServiceNetMap, ZaqarApiNetwork]} |