From 5c264bd448c80674ea63d56988d2b4e3124e6698 Mon Sep 17 00:00:00 2001 From: Wim Nap Date: Tue, 1 May 2018 14:24:30 +0200 Subject: [PATCH] changed rabbitmq host --- cinder_storage/write_conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder_storage/write_conf.sh b/cinder_storage/write_conf.sh index 593f318..3314278 100755 --- a/cinder_storage/write_conf.sh +++ b/cinder_storage/write_conf.sh @@ -10,7 +10,7 @@ connection = mysql+pymysql://$CINDER_USER:$CINDER_PASSWORD@$MYSQL_HOST/cinder [DEFAULT] auth_strategy = keystone -transport_url = rabbit://$RABBIT_USER:$RABBIT_PASSWORD@$MY_IP +transport_url = rabbit://$RABBIT_USER:$RABBIT_PASSWORD@$RABBIT_HOST my_ip = $MY_IP enabled_backends = RBD-backend glance_api_servers = http://$GLANCE_HOST:9292