Moved availability zone to the correct docker.
This commit is contained in:
parent
52db295b69
commit
4481b09bbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user