Remove priviledged mode for nova-api
This only existed to add an iptables rule for nova-net related things. Change-Id: I4e6c50d0908edde3b3cc68382f4466a828f377a5 Related-Bug: #1687187
This commit is contained in:
parent
e9c4a5877d
commit
c18615efd5
@ -46,7 +46,6 @@ nova_services:
|
|||||||
group: "nova-api"
|
group: "nova-api"
|
||||||
image: "{{ nova_api_image_full }}"
|
image: "{{ nova_api_image_full }}"
|
||||||
enabled: True
|
enabled: True
|
||||||
privileged: True
|
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ node_config_directory }}/nova-api/:{{ container_config_directory }}/:ro"
|
- "{{ node_config_directory }}/nova-api/:{{ container_config_directory }}/:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
common_options: "{{ docker_common_options }}"
|
common_options: "{{ docker_common_options }}"
|
||||||
name: "{{ service.container_name }}"
|
name: "{{ service.container_name }}"
|
||||||
image: "{{ service.image }}"
|
image: "{{ service.image }}"
|
||||||
privileged: "{{ service.privileged | default(False) }}"
|
|
||||||
volumes: "{{ service.volumes|reject('equalto', '')|list }}"
|
volumes: "{{ service.volumes|reject('equalto', '')|list }}"
|
||||||
when:
|
when:
|
||||||
- action != "config"
|
- action != "config"
|
||||||
|
Loading…
Reference in New Issue
Block a user