Skip to content
Snippets Groups Projects
Commit f0d6d13a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Manila - adjust logic for Open vSwitch configuration generation"

parents 59b2f18d 78e8472c
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
dest: "{{ node_config_directory }}/openvswitch-vswitchd/start-ovs" dest: "{{ node_config_directory }}/openvswitch-vswitchd/start-ovs"
mode: "0770" mode: "0770"
when: when:
- inventory_hostname in groups[service.group] - service.host_in_groups | bool
- service.enabled | bool - service.enabled | bool
notify: notify:
- "Restart openvswitch-vswitchd container" - "Restart openvswitch-vswitchd container"
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
dest: "{{ node_config_directory }}/openvswitch-db-server/start-ovsdb-server" dest: "{{ node_config_directory }}/openvswitch-db-server/start-ovsdb-server"
mode: "0770" mode: "0770"
when: when:
- inventory_hostname in groups[service.group] - service.host_in_groups | bool
- service.enabled | bool - service.enabled | bool
notify: notify:
- "Restart openvswitch-db-server container" - "Restart openvswitch-db-server container"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment