manila/manila/share
Valeriy Ponomaryov 5a77f19328 [Container] Fix deletion of veths
In '_teardown_server' method driver was searching for all matches of
'veth' prefix and looping them for deletion. But using Xenial host
it finds each such veth name twice and tries to delete the same veth
twice too getting following error:

ovs-vsctl: no row "veth7ac5738" in table Interface

So, fix it by translating 'list' of veths to 'set' that
will have only unique names.

Change-Id: I819a885547f9fc595b15f98e4c94de21e33914ac
Closes-Bug: #1630512
(cherry picked from commit 8401c150f3)
2016-10-10 15:42:59 +00:00
..
drivers [Container] Fix deletion of veths 2016-10-10 15:42:59 +00:00
hooks Add share hooks 2015-09-04 19:04:34 +03:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
access.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
api.py Merge "Fix allow/deny error message and race in migration" 2016-09-14 21:13:27 +00:00
configuration.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
driver.py Merge "HPE 3PAR driver pool support" 2016-09-01 01:35:45 +00:00
drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
hook.py Add share hooks 2015-09-04 19:04:34 +03:00
manager.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
migration.py Merge "Fix allow/deny error message and race in migration" 2016-09-14 21:13:27 +00:00
rpcapi.py Add share type change to Share Migration 2016-08-31 21:07:47 -03:00
share_types.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
utils.py Implement replication support in huawei driver 2016-08-27 07:47:48 +00:00