a840ac0d7c
Calls to `ovs-vsctl` in `ovs_ensure_configured.sh` did not get checked for errors. This can cause false success statuses when the script is run by automation tools such as ansible. Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/870540 Closes-bug: #1999778 Change-Id: Iad83132b61efadbf09aa9aa2edf96235085764c6
8 lines
265 B
YAML
8 lines
265 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where the script ``kolla_ensure_openvswitch_configured`` in
|
|
the ``openvswitch-db-server`` image would ignore errors encountered while
|
|
configuring bridges and ports.
|
|
`LP#1999778 <https://launchpad.net/bugs/1999778>`__
|