manila/manila/share/drivers/container
Douglas Viroel 40b12b23af Fix manage share server for container in Focal
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>
2020-09-19 13:56:07 -03:00
..
__init__.py Container driver 2016-08-15 16:30:23 +03:00
container_helper.py Fix manage share server for container in Focal 2020-09-19 13:56:07 -03:00
driver.py [Container driver] Adds share and share server migration 2020-09-11 14:20:25 +00:00
protocol_helper.py Refactor Container Driver 2019-03-04 15:32:30 -03:00
storage_helper.py [Container driver] Adds share and share server migration 2020-09-11 14:20:25 +00:00