Update Aodh parameters
Change-Id: I294952c1c93eb335c595c04a603b973627754e2b Depends-On: I32bc862b2d8f654ba5696e5267fdd5d1d6dda6e0
This commit is contained in:
parent
b8ab6797ad
commit
2465fd6c74
@ -55,11 +55,11 @@ class openstack_integration::aodh {
|
|||||||
password => 'a_big_secret',
|
password => 'a_big_secret',
|
||||||
}
|
}
|
||||||
class { '::aodh::api':
|
class { '::aodh::api':
|
||||||
enabled => true,
|
enabled => true,
|
||||||
keystone_password => 'a_big_secret',
|
keystone_password => 'a_big_secret',
|
||||||
keystone_identity_uri => $::openstack_integration::config::keystone_admin_uri,
|
keystone_auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||||
keystone_auth_uri => $::openstack_integration::config::keystone_admin_uri,
|
keystone_auth_uri => $::openstack_integration::config::keystone_admin_uri,
|
||||||
service_name => 'httpd',
|
service_name => 'httpd',
|
||||||
}
|
}
|
||||||
include ::apache
|
include ::apache
|
||||||
class { '::aodh::wsgi::apache':
|
class { '::aodh::wsgi::apache':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user