install.sh: stop using deprecated option group for rabbit

oslo_messaging has created separate config file sections for
messaging configuration.
refer to:
https://review.openstack.org/#/c/219356/

Change-Id: I07923023e6c277b28649552b2e2440f89b60bcc1
This commit is contained in:
Chaozhe.Chen 2015-12-23 18:12:23 +08:00
parent 62b1847cea
commit 270007ea78
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ basic_configuration() {
then
echo "rabbitmq detected, configuring $conf_path for rabbit" >&2
iniset $conf_path DEFAULT rpc_backend kombu
iniset $conf_path DEFAULT rabbit_password guest
iniset $conf_path oslo_messaging_rabbit rabbit_password guest
else
echo "qpid detected, configuring $conf_path for qpid" >&2
iniset $conf_path DEFAULT rpc_backend qpid