Skip to content

Commit

Permalink
Remove priviledged mode for nova-api
Browse files Browse the repository at this point in the history
This only existed to add an iptables rule for nova-net related things.

Change-Id: I4e6c50d0908edde3b3cc68382f4466a828f377a5
Related-Bug: #1687187
  • Loading branch information
SamYaple committed Jul 28, 2017
1 parent e9c4a58 commit c18615e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ansible/roles/nova/defaults/main.yml
Expand Up @@ -46,7 +46,6 @@ nova_services:
group: "nova-api"
image: "{{ nova_api_image_full }}"
enabled: True
privileged: True
volumes:
- "{{ node_config_directory }}/nova-api/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/nova/handlers/main.yml
Expand Up @@ -85,7 +85,6 @@
common_options: "{{ docker_common_options }}"
name: "{{ service.container_name }}"
image: "{{ service.image }}"
privileged: "{{ service.privileged | default(False) }}"
volumes: "{{ service.volumes|reject('equalto', '')|list }}"
when:
- action != "config"
Expand Down

0 comments on commit c18615e

Please sign in to comment.