Switch to www_authenticate_uri for glance
puppet-glance switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558449/ Change-Id: Idf8618098f7f4ccce6856984b96267ec6204c188
This commit is contained in:
parent
59dbd7ad7a
commit
93eb0d93be
@ -42,12 +42,12 @@ class openstack_integration::glance (
|
|||||||
password => 'a_big_secret',
|
password => 'a_big_secret',
|
||||||
}
|
}
|
||||||
class { '::glance::api::authtoken':
|
class { '::glance::api::authtoken':
|
||||||
password => 'a_big_secret',
|
password => 'a_big_secret',
|
||||||
user_domain_name => 'Default',
|
user_domain_name => 'Default',
|
||||||
project_domain_name => 'Default',
|
project_domain_name => 'Default',
|
||||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||||
auth_uri => $::openstack_integration::config::keystone_auth_uri,
|
www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri,
|
||||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||||
}
|
}
|
||||||
case $backend {
|
case $backend {
|
||||||
'file': {
|
'file': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user