File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1670,11 +1670,11 @@ add_nova_opt "vncserver_proxyclient_address=$VNCSERVER_PROXYCLIENT_ADDRESS"
16701670add_nova_opt " api_paste_config=$NOVA_CONF_DIR /api-paste.ini"
16711671add_nova_opt " image_service=nova.image.glance.GlanceImageService"
16721672add_nova_opt " ec2_dmz_host=$EC2_DMZ_HOST "
1673- if is_service_enabled rabbit ; then
1673+ if is_service_enabled qpid ; then
1674+ add_nova_opt " rpc_backend=nova.rpc.impl_qpid"
1675+ elif [ -n " $RABBIT_HOST " ] && [ -n " $RABBIT_PASSWORD " ]; then
16741676 add_nova_opt " rabbit_host=$RABBIT_HOST "
16751677 add_nova_opt " rabbit_password=$RABBIT_PASSWORD "
1676- elif is_service_enabled qpid ; then
1677- add_nova_opt " rpc_backend=nova.rpc.impl_qpid"
16781678fi
16791679add_nova_opt " glance_api_servers=$GLANCE_HOSTPORT "
16801680add_nova_opt " force_dhcp_release=True"
You can’t perform that action at this time.
0 commit comments