Heat: Use separate class to manage [trustee] options

This change ensures the heat::trustee class, which was introduced
during Yoga cycle[1], is used to manage the [trustee] options.

[1] 6e8b799ba8f8761616d52928e479a914ef899ea2

Change-Id: I8fc4504a76e9bb0725a60f3bcfab8355b4f52ac4
This commit is contained in:
Takashi Kajinami 2022-12-05 16:13:57 +09:00
parent 1f804e515b
commit 261bc218e7
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ class packstack::heat::rabbitmq ()
$heat_notification_driver = $::os_service_default
}
class { 'heat::trustee':
password => lookup('CONFIG_HEAT_KS_PW'),
auth_url => lookup('CONFIG_KEYSTONE_ADMIN_URL'),
}
class { 'heat::keystone::authtoken':
password => lookup('CONFIG_HEAT_KS_PW'),
www_authenticate_uri => lookup('CONFIG_KEYSTONE_PUBLIC_URL'),