Mounting the whole of /dev/now in cinder-storage
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
-e "RABBIT_PASSWORD={{ secrets['RABBIT_PASSWORD'] }}"
|
||||
-e "AVAILABILITY_ZONE={{ ansible_nodename }}"
|
||||
-e "RABBIT_USER=openstack"
|
||||
-e "CINDER_STORAGE_VOLUME={{ storage_volume }}"
|
||||
tags: vars
|
||||
|
||||
- name: pull docker image
|
||||
@ -44,7 +45,7 @@
|
||||
--privileged
|
||||
{{ env_vars }}
|
||||
-v /srv/cinder-storage/root:/root \
|
||||
-v "{{ storage_volume }}":/dev/cinder_storage_volume \
|
||||
-v /dev:/dev \
|
||||
{{ docker_image }} /etc/bootstrap.sh
|
||||
tags: bootstrap
|
||||
|
||||
|
Reference in New Issue
Block a user