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:
parent
92689176ea
commit
13735a1ec1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user