diff options
author | Thomas Herve <therve@redhat.com> | 2017-04-25 12:01:56 +0200 |
---|---|---|
committer | Thomas Herve <therve@redhat.com> | 2017-04-25 12:01:56 +0200 |
commit | 8d1f390501138a76f1acdf7cb82b70dadaffa623 (patch) | |
tree | b1343196a79b8813876607bd6efe5276cba3c058 | |
parent | 386ac7791b1ed53445c059ec2b7b9f1a00222a37 (diff) |
Pass httpd service_name to Zaqar
This removes the need to do it in puppet-tripleo
Change-Id: I6f44a6a02041c0fbbafb770a087a0032c3a53a76
-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]} |