Skip to content

Commit 8baa510

Browse files
committed
RDO heat script bug fix
1 parent ab50f95 commit 8baa510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure-rdo-heat.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ HEAT_DB_PW=Passw0rd
99
HEAT_USER_PW=Passw0rd
1010
HEAT_HOSTNAME=192.168.209.130
1111
HEAT_CFN_HOSTNAME=$HEAT_HOSTNAME
12+
QPID_HOST=$HEAT_HOSTNAME
1213

1314
crudini --set /etc/heat/heat.conf DEFAULT sql_connection mysql://heat:$HEAT_DB_PW@localhost/heat
1415
heat-db-setup rpm -y -r $CONFIG_ROOT_MYSQL_PW -p $HEAT_DB_PW
@@ -36,7 +37,7 @@ crudini --set /etc/heat/heat.conf DEFAULT heat_watch_server_url http://$HEAT_HOS
3637
#crudini --set /etc/heat/heat.conf DEFAULT debug true
3738
#crudini --set /etc/heat/heat.conf DEFAULT verbose true
3839
crudini --set /etc/heat/heat.conf DEFAULT rpc_backend heat.openstack.common.rpc.impl_qpid
39-
crudini --set /etc/heat/heat.conf DEFAULT qpid_hostname $HEAT_HOSTNAM
40+
crudini --set /etc/heat/heat.conf DEFAULT qpid_hostname $QPID_HOST
4041
crudini --set /etc/heat/heat.conf DEFAULT qpid_username guest
4142
crudini --set /etc/heat/heat.conf DEFAULT qpid_password guest
4243

0 commit comments

Comments
 (0)