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
This commit is contained in:
Thomas Herve 2017-06-06 23:09:17 +02:00
parent 2faf7d8c27
commit e7c0056e67
1 changed files with 1 additions and 2 deletions

View File

@ -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`