Heat: use the independent trustee class
Depends-on: https://review.opendev.org/813739 Change-Id: I9c12815166aca3bd390975e6a51c48285676650a
This commit is contained in:
parent
1b1a4f2d2a
commit
e49f43df0c
@ -37,6 +37,11 @@ class openstack_integration::heat (
|
||||
www_authenticate_uri => $::openstack_integration::config::keystone_auth_uri,
|
||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
||||
}
|
||||
class { 'heat::trustee':
|
||||
password => 'a_big_secret',
|
||||
auth_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
user_domain_name => 'Default',
|
||||
}
|
||||
class { 'heat::logging':
|
||||
debug => true,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user