From e49f43df0c2ffafb1e0fb7000e917274f8ab91ff Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 15 Apr 2022 00:56:17 +0900 Subject: [PATCH] Heat: use the independent trustee class Depends-on: https://review.opendev.org/813739 Change-Id: I9c12815166aca3bd390975e6a51c48285676650a --- manifests/heat.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/heat.pp b/manifests/heat.pp index 01f94f809..1f16c78dc 100644 --- a/manifests/heat.pp +++ b/manifests/heat.pp @@ -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, }