diff options
author | Thomas Herve <therve@redhat.com> | 2017-07-19 11:34:32 +0200 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-09-02 15:55:20 +0000 |
commit | ed73f20f5bea1cf94bb88841d48cd02fed4f0195 (patch) | |
tree | 74206b1f59d5ae105db104c1458c609e36743c43 /puppet | |
parent | 79bd4a5c576829470ee0605551cee89233732021 (diff) |
Configure Zaqar trust notifier
Change-Id: Id7d5967370a5d3fa0183359349f502f32a0109da
(cherry picked from commit e1b1b5654d70c4a38be340070648d0fb7932bcc8)
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/zaqar-api.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/services/zaqar-api.yaml b/puppet/services/zaqar-api.yaml index 82d105ef..298b7fb4 100644 --- a/puppet/services/zaqar-api.yaml +++ b/puppet/services/zaqar-api.yaml @@ -98,6 +98,7 @@ outputs: zaqar::keystone::authtoken::project_name: 'service' zaqar::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} zaqar::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} + zaqar::keystone::trust::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} zaqar::debug: if: - service_debug_unset @@ -164,6 +165,8 @@ outputs: zaqar::keystone::auth_websocket::internal_url: {get_param: [EndpointMap, ZaqarWebSocketInternal, uri]} zaqar::keystone::auth_websocket::region: {get_param: KeystoneRegion} zaqar::keystone::auth_websocket::tenant: 'service' + zaqar::keystone::trust::password: {get_param: ZaqarPassword} + zaqar::keystone::trust::user_domain_name: 'Default' - if: - zaqar_management_store_sqlalchemy |