We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687a69a commit 69f9327Copy full SHA for 69f9327
configure-rdo-heat.sh
@@ -43,6 +43,9 @@ crudini --set /etc/heat/heat.conf DEFAULT rpc_backend heat.openstack.common.rpc.
43
crudini --set /etc/heat/heat.conf DEFAULT qpid_hostname $QPID_HOST
44
crudini --set /etc/heat/heat.conf DEFAULT qpid_username $QPID_USERNAME
45
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
49
50
# Note: had to do this, possibly a bug in the heat RPMs
51
chown heat.heat /var/log/heat/*
0 commit comments