Replace deprecated vitrage::auth
Depends-on: https://review.opendev.org/831881 Change-Id: I82bb428f12eb9f9621b2b53c248aef91c5a91762
This commit is contained in:
parent
e398f866d9
commit
1ebfb7ec7b
@ -95,9 +95,9 @@ class openstack_integration::vitrage {
|
||||
ssl_cert => $::openstack_integration::params::cert_path,
|
||||
workers => 2,
|
||||
}
|
||||
class { 'vitrage::auth':
|
||||
class { 'vitrage::service_credentials':
|
||||
auth_url => $::openstack_integration::config::keystone_auth_uri,
|
||||
auth_password => 'a_big_secret',
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
class { 'vitrage::graph': }
|
||||
class { 'vitrage::notifier':
|
||||
|
Loading…
x
Reference in New Issue
Block a user