diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-03-10 12:11:24 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-03-13 08:11:21 -0400 |
commit | a24cb33ec74ffe0013ac843d55d8adb7195c5c4c (patch) | |
tree | f7159b1b61d3de01fc27933098eb58974406a41b | |
parent | ab83e7731c78d44b05243d6242d026a97f4e170a (diff) |
cinder: switch auth_uri to uri_no_suffix
Switch Cinder to use auth_uri with keystone versionless endpoint.
Change-Id: Iccc6e3df6a8bb1aca3667b1783bc7f6eebf262e5
Partial-implement: blueprint keystone-v3
-rw-r--r-- | puppet/services/cinder-api.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/services/cinder-api.yaml b/puppet/services/cinder-api.yaml index 49a5f613..e73cf875 100644 --- a/puppet/services/cinder-api.yaml +++ b/puppet/services/cinder-api.yaml @@ -80,10 +80,12 @@ outputs: map_merge: - get_attr: [CinderBase, role_data, config_settings] - get_attr: [ApacheServiceBase, role_data, config_settings] - - cinder::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} + - cinder::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} cinder::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} cinder::keystone::authtoken::password: {get_param: CinderPassword} cinder::keystone::authtoken::project_name: 'service' + cinder::keystone::authtoken::user_domain_name: 'Default' + cinder::keystone::authtoken::project_domain_name: 'Default' cinder::api::enable_proxy_headers_parsing: true cinder::api::nova_catalog_info: 'compute:nova:internalURL' |