Switch to www_authenticate_uri
puppet-watcher switched to www_authenticate_uri in [1], update puppet-openstack-integration for the same. [1] https://review.openstack.org/#/c/558437 Change-Id: Icef54f4ff165658fa519b1b84e7599d92638656d
This commit is contained in:
parent
59dbd7ad7a
commit
903b9435c6
@ -29,13 +29,13 @@ class openstack_integration::watcher {
|
||||
internal_url => "https://${::openstack_integration::config::ip_for_url}:9322",
|
||||
}
|
||||
class {'::watcher::keystone::authtoken':
|
||||
password => 'a_big_secret',
|
||||
auth_version => 'v3',
|
||||
user_domain_name => 'Default',
|
||||
project_domain_name => 'Default',
|
||||
auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
|
||||
auth_uri => "${::openstack_integration::config::keystone_auth_uri}/v3",
|
||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||
password => 'a_big_secret',
|
||||
auth_version => 'v3',
|
||||
user_domain_name => 'Default',
|
||||
project_domain_name => 'Default',
|
||||
auth_url => "${::openstack_integration::config::keystone_admin_uri}/v3",
|
||||
www_authenticate_uri => "${::openstack_integration::config::keystone_auth_uri}/v3",
|
||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||
}
|
||||
class { '::watcher::logging':
|
||||
debug => true,
|
||||
|
Loading…
Reference in New Issue
Block a user