From 9f49f1c5e50486999e367d2d7ad7117d00f077c4 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 1 Sep 2015 19:01:34 +0200 Subject: [PATCH] install.sh: stop using deprecated option group for rabbit Change-Id: Ibd46118af439098cd7e412272741eac795efe193 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 64035a7efc..93e73416e4 100755 --- a/install.sh +++ b/install.sh @@ -83,7 +83,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