From 0dbcabb4a2b2051b56819b9216a073e66a0825c7 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Tue, 18 Dec 2018 16:59:45 +0100 Subject: [PATCH] Added storage_availability_zone --- cinder_controller/write_conf.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cinder_controller/write_conf.sh b/cinder_controller/write_conf.sh index 8f73cec..713a91c 100755 --- a/cinder_controller/write_conf.sh +++ b/cinder_controller/write_conf.sh @@ -9,7 +9,6 @@ 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@$MY_IP my_ip = $MY_IP