Merge "Fix post-config of OVS for manila-share servers"
This commit is contained in:
commit
5557e9e0a0
@ -17,6 +17,8 @@
|
||||
- { col: "external_ids", name: "system-id", value: "{{ openvswitch_system_id }}" }
|
||||
- { col: "external_ids", name: "hostname", value: "{{ openvswitch_hostname }}" }
|
||||
- { col: "other_config", name: "hw-offload", value: true, state: "{{ 'present' if openvswitch_hw_offload | bool else 'absent' }}" }
|
||||
when:
|
||||
- openvswitch_services['openvswitch-vswitchd'].host_in_groups | bool
|
||||
|
||||
- name: Ensuring OVS bridge is properly setup
|
||||
become: true
|
||||
|
5
releasenotes/notes/bug-1993285-127fe764e461465a.yaml
Normal file
5
releasenotes/notes/bug-1993285-127fe764e461465a.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes handling of openvswitch on ``manila-share`` nodes.
|
||||
`LP#1993285 <https://launchpad.net/bugs/1993285>`__
|
Loading…
Reference in New Issue
Block a user