From e7c0056e678d1e97ae4ce531d95a19ec4afdd846 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Tue, 6 Jun 2017 23:09:17 +0200 Subject: [PATCH] Setup devstack with ini_rpc_backend The rabbit options are deprecated, transport_url should be used. The right interface is ini_rpc_backend, let's use that. Change-Id: I39aee6e2a3152062a471a8f984445b9d9af4bf85 --- devstack/plugin.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 09f654089..36b71366e 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -85,8 +85,7 @@ function configure_mistral { iniset $MISTRAL_CONF_FILE keystone_authtoken identity_uri $KEYSTONE_AUTH_URI # Setup RabbitMQ credentials - iniset $MISTRAL_CONF_FILE oslo_messaging_rabbit rabbit_userid $RABBIT_USERID - iniset $MISTRAL_CONF_FILE oslo_messaging_rabbit rabbit_password $RABBIT_PASSWORD + iniset_rpc_backend mistral $MISTRAL_CONF_FILE # Configure the database. iniset $MISTRAL_CONF_FILE database connection `database_connection_url mistral`