Pass httpd service_name to Zaqar
authorThomas Herve <therve@redhat.com>
Tue, 25 Apr 2017 10:01:56 +0000 (12:01 +0200)
committerThomas Herve <therve@redhat.com>
Tue, 25 Apr 2017 10:01:56 +0000 (12:01 +0200)
This removes the need to do it in puppet-tripleo

Change-Id: I6f44a6a02041c0fbbafb770a087a0032c3a53a76

puppet/services/zaqar.yaml

index 06965c8..1ab793f 100644 (file)
@@ -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]}