From 270007ea782050b9056418f68d64f37f6a54f885 Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Wed, 23 Dec 2015 18:12:23 +0800 Subject: [PATCH] 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 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fb9ca3531..4b3b99b7d 100755 --- a/install.sh +++ b/install.sh @@ -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