40b12b23af

While managing share server using newest versions of the Open vSwitch, some of the interface external-ids are being saved without quotation marks around the container name. This causes the regex to fail on filtering the correct network interface and fail on manage share server operation. An alternative would be to always set the quotation mark around the container name, but this is not accepted and dropped by the Open vSwitch. Instead, the search regex was updated and now it accepts both modes: i) manila-container=manila_85fd0ad7_f614_46e3_bad3_f19eae36f6ea ii) manila-container="manila_85fd0ad7_f614_46e3_bad3_f19eae36f6ea" Closes-Bug: #1896322 Change-Id: Ia24e7cd186cfa23fdfb267ce9b6155ff3d93d5d2 Signed-off-by: Douglas Viroel <viroel@gmail.com>
Team and repository tags
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/manila
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila
Python client
https://opendev.org/openstack/python-manilaclient
- Documentation for the project can be found at:
https://docs.openstack.org/manila/latest/
- Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/manila/
- Source for the project:
https://opendev.org/openstack/manila
- Bugs:
https://bugs.launchpad.net/manila
- Blueprints:
https://blueprints.launchpad.net/manila
- Design specifications are tracked at:
Description
Languages
Python
99.3%
Shell
0.7%