8401c150f3
![Valeriy Ponomaryov](/assets/img/avatar_default.png)
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
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/Manila
- Developer docs: http://docs.openstack.org/developer/manila
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/manila
Python client
Description
Languages
Python
99.3%
Shell
0.7%