Skip to content

Commit 69f9327

Browse files
committed
RDO heat script heat.conf keystone data
1 parent 687a69a commit 69f9327

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure-rdo-heat.sh

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ crudini --set /etc/heat/heat.conf DEFAULT rpc_backend heat.openstack.common.rpc.
4343
crudini --set /etc/heat/heat.conf DEFAULT qpid_hostname $QPID_HOST
4444
crudini --set /etc/heat/heat.conf DEFAULT qpid_username $QPID_USERNAME
4545
crudini --set /etc/heat/heat.conf DEFAULT qpid_password $QPID_PASSWORD
46+
crudini --set /etc/heat/heat.conf keystone_authtoken admin_tenant_name services
47+
crudini --set /etc/heat/heat.conf keystone_authtoken admin_user heat
48+
crudini --set /etc/heat/heat.conf keystone_authtoken admin_password $HEAT_USER_PW
4649

4750
# Note: had to do this, possibly a bug in the heat RPMs
4851
chown heat.heat /var/log/heat/*

0 commit comments

Comments
 (0)