kolla-ansible/releasenotes/notes/bug-1993285-127fe764e461465a.yaml
Stig Telfer 10b72b98e0 Fix post-config of OVS for manila-share servers
A host that is in the manila-share group, but not in controllers
network, etc., will fail service deployment if it is not using the
generic manila driver (eg, if it is using the CephFS native driver).
This is because deployment of openvswitch-vswitchd is predicated on
the drivers enabled for manila-share.  However, this predicate is not
universally applied.  Where inventory group membership is used the
dependency on openvswitch-vswitchd presence will fail.

Closes-Bug: #1993285

Change-Id: I821e513d24f2a1c59240d65ad68c3b5f2080e439
2024-08-08 11:40:13 +00:00

6 lines
134 B
YAML

---
fixes:
- |
Fixes handling of openvswitch on ``manila-share`` nodes.
`LP#1993285 <https://launchpad.net/bugs/1993285>`__