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
9
9
HEAT_USER_PW=Passw0rd
10
10
HEAT_HOSTNAME=192.168.209.130
11
11
HEAT_CFN_HOSTNAME=$HEAT_HOSTNAME
12
+ QPID_HOST=$HEAT_HOSTNAME
12
13
13
14
crudini --set /etc/heat/heat.conf DEFAULT sql_connection mysql://heat:$HEAT_DB_PW @localhost/heat
14
15
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
36
37
# crudini --set /etc/heat/heat.conf DEFAULT debug true
37
38
# crudini --set /etc/heat/heat.conf DEFAULT verbose true
38
39
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
40
41
crudini --set /etc/heat/heat.conf DEFAULT qpid_username guest
41
42
crudini --set /etc/heat/heat.conf DEFAULT qpid_password guest
42
43
You can’t perform that action at this time.
0 commit comments