From 4481b09bbc8a89a37482a009d2a369571ea04bc4 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Thu, 13 Dec 2018 14:03:06 +0100 Subject: [PATCH] Moved availability zone to the correct docker. --- cinder_storage/write_conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cinder_storage/write_conf.sh b/cinder_storage/write_conf.sh index cad5927..bf80dcb 100755 --- a/cinder_storage/write_conf.sh +++ b/cinder_storage/write_conf.sh @@ -9,6 +9,7 @@ cat << EOF > /etc/cinder/cinder.conf connection = mysql+pymysql://$CINDER_USER:$CINDER_PASSWORD@$MYSQL_HOST/cinder [DEFAULT] +storage_availability_zone="$AVAILABILITY_ZONE" auth_strategy = keystone transport_url = rabbit://$RABBIT_USER:$RABBIT_PASSWORD@$RABBIT_HOST my_ip = $MY_IP