From 5dfecc8966912c2f74a4c7ecc85dd5f0b930cd99 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sat, 14 Mar 2015 12:28:59 -0500 Subject: [PATCH] Keystone RPC backend config consistency lib/keystone was setting up rabbit config directly rather than using the iniset_rpc_backend function that other projects use. Change-Id: Ic368f102c808cdbd2e4cbc1ff457cdf17a681332 --- lib/keystone | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/keystone b/lib/keystone index 0968445dc0..c9433d98fe 100644 --- a/lib/keystone +++ b/lib/keystone @@ -226,12 +226,7 @@ function configure_keystone { iniset $KEYSTONE_CONF assignment driver "keystone.assignment.backends.$KEYSTONE_ASSIGNMENT_BACKEND.Assignment" fi - # Configure rabbitmq credentials - if is_service_enabled rabbit; then - iniset $KEYSTONE_CONF DEFAULT rabbit_userid $RABBIT_USERID - iniset $KEYSTONE_CONF DEFAULT rabbit_password $RABBIT_PASSWORD - iniset $KEYSTONE_CONF DEFAULT rabbit_host $RABBIT_HOST - fi + iniset_rpc_backend keystone $KEYSTONE_CONF DEFAULT # Set the URL advertised in the ``versions`` structure returned by the '/' route if is_service_enabled tls-proxy; then