Run cinder-volume with privileged access

cinder-volume accesses files in /dev, so it requires extra
capabilities.

Closes-Bug: #1487801
Change-Id: I699aadd1b2955399f90c26a865438635e753ecf6
This commit is contained in:
Steven Dake 2015-08-22 17:12:43 -07:00 committed by Sam Yaple
parent 92689176ea
commit 13735a1ec1

View File

@ -67,6 +67,7 @@
username: "{{ docker_registry_username }}"
password: "{{ docker_registry_password }}"
insecure_registry: "{{ docker_insecure_registry }}"
privileged: True
name: cinder_volume
image: "{{ cinder_volume_image_full }}"
volumes: "{{ node_config_directory }}/cinder-volume/:/opt/kolla/cinder-volume/:ro"