From a7d1780639ed3a271eb4cd52bfb7faaf1b76261f Mon Sep 17 00:00:00 2001 From: Dmitriy Ukhlov Date: Fri, 16 Oct 2015 17:33:45 +0300 Subject: [PATCH] add plugin sources --- devstack/plugin.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index a8fae74..071adcb 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -19,7 +19,5 @@ function iniset_rpc_backend { local file=$2 local section=${3:-DEFAULT} - iniset $file $section transport_url "pika://$RABBIT_USERID:$RABBIT_PASSWORD@$RABBIT_HOST:$RABBIT_PORT" -} - -echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" \ No newline at end of file + iniset $file $section transport_url "pika://$RABBIT_USERID:$RABBIT_PASSWORD@$RABBIT_HOST::5672" +} \ No newline at end of file