Switch to www_authenticate_uri for panko
puppet-panko switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558448/ Change-Id: Id351758bcd40c38f9dbe3b1c9129bfd382a1bcfe
This commit is contained in:
parent
59dbd7ad7a
commit
44f9feafa3
@ -27,12 +27,12 @@ class openstack_integration::panko {
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { '::panko::keystone::authtoken':
|
||||
password => 'a_big_secret',
|
||||
user_domain_name => 'Default',
|
||||
project_domain_name => 'Default',
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
auth_uri => $::openstack_integration::config::keystone_auth_uri,
|
||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||
password => 'a_big_secret',
|
||||
user_domain_name => 'Default',
|
||||
project_domain_name => 'Default',
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri,
|
||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||
}
|
||||
class { '::panko::api':
|
||||
sync_db => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user