set cinder availability zone

This commit is contained in:
Egon Rijpkema
2018-12-11 10:04:42 +01:00
parent 4309956de1
commit 6cbebf4c91
3 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,7 @@
-e "OS_PASSWORD={{ secrets['OS_PASSWORD'] }}"
-e "RABBIT_HOST={{ listen_ip | default(hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address']) }}"
-e "RABBIT_PASSWORD={{ secrets['RABBIT_PASSWORD'] }}"
-e "AVAILABILITY_ZONE={{ ansible_nodename }}"
-e "RABBIT_USER=openstack"
tags: vars