install.sh: stop using deprecated option group for rabbit
Change-Id: Ibd46118af439098cd7e412272741eac795efe193
This commit is contained in:
@@ -83,7 +83,7 @@ basic_configuration() {
|
|||||||
then
|
then
|
||||||
echo "rabbitmq detected, configuring $conf_path for rabbit" >&2
|
echo "rabbitmq detected, configuring $conf_path for rabbit" >&2
|
||||||
iniset $conf_path DEFAULT rpc_backend kombu
|
iniset $conf_path DEFAULT rpc_backend kombu
|
||||||
iniset $conf_path DEFAULT rabbit_password guest
|
iniset $conf_path oslo_messaging_rabbit rabbit_password guest
|
||||||
else
|
else
|
||||||
echo "qpid detected, configuring $conf_path for qpid" >&2
|
echo "qpid detected, configuring $conf_path for qpid" >&2
|
||||||
iniset $conf_path DEFAULT rpc_backend qpid
|
iniset $conf_path DEFAULT rpc_backend qpid
|
||||||
|
|||||||
Reference in New Issue
Block a user