diff options
author | Oliver Walsh <owalsh@redhat.com> | 2017-10-24 17:19:26 +0100 |
---|---|---|
committer | Oliver Walsh <owalsh@redhat.com> | 2017-10-24 16:28:29 +0000 |
commit | 9326e34799aebf5cc75624be804368ed7960b4ec (patch) | |
tree | 50b71eb63dd57be8d8db094e9b5daea1fbf6d509 /puppet/services | |
parent | fa33703d79cd8add96f1a53b3531754b260f4c05 (diff) |
nova-placement: switch auth_uri to keystone versionless endpoint
Appears this was missed in I8046f2eed0b9a7da76d6d7c3507a92bf5054b000
Change-Id: I901533f7ab2de2ec0fd1c2bfef8aa8f767c45963
Partial-Implement: blueprint keystone-v3
(cherry picked from commit 4add59c5413e9b36675f07f0c3d0fedbf156b04c)
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/nova-placement.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/nova-placement.yaml b/puppet/services/nova-placement.yaml index 916cefd9..e44a7215 100644 --- a/puppet/services/nova-placement.yaml +++ b/puppet/services/nova-placement.yaml @@ -99,7 +99,7 @@ outputs: - 13778 nova::keystone::authtoken::project_name: 'service' nova::keystone::authtoken::password: {get_param: NovaPassword} - nova::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] } + nova::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] } nova::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} nova::wsgi::apache_placement::api_port: '8778' nova::wsgi::apache_placement::ssl: {get_param: EnableInternalTLS} |