File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ HEAT_DB_PW=Passw0rd
99HEAT_USER_PW=Passw0rd
1010HEAT_HOSTNAME=192.168.209.130
1111HEAT_CFN_HOSTNAME=$HEAT_HOSTNAME
12+ QPID_HOST=$HEAT_HOSTNAME
1213
1314crudini --set /etc/heat/heat.conf DEFAULT sql_connection mysql://heat:$HEAT_DB_PW @localhost/heat
1415heat-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
3839crudini --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
4041crudini --set /etc/heat/heat.conf DEFAULT qpid_username guest
4142crudini --set /etc/heat/heat.conf DEFAULT qpid_password guest
4243
You can’t perform that action at this time.
0 commit comments