Shared filesystem management project for OpenStack.
Go to file
Valeriy Ponomaryov 83e94d735e Add share-server-delete API
This API is useful when share-server autodeletion is disabled, which is default behaviour.

Changes:
- added new api method with deletion of share server
- added db method, that takes list of shares by share server id
- changed logic of share manager, that is related to concurrency issues
- added unit and tempest tests to cover changes

Partially-implements blueprint add-admin-api-delete-share-server

Change-Id: I03b452de2cd4fe34c648b2434dab1b9244b1b005
2014-07-15 14:13:57 +00:00
bin Fix E112 expected an indented block 2014-07-14 10:19:15 +02:00
contrib Add share-server-delete API 2014-07-15 14:13:57 +00:00
doc Update manila's docs 2014-06-23 19:19:28 +03:00
etc/manila Add share-server-delete API 2014-07-15 14:13:57 +00:00
manila Add share-server-delete API 2014-07-15 14:13:57 +00:00
tools Replace python print operator with print function (pep H233, py33) 2014-07-02 08:56:12 -04:00
.gitignore Removed custom synchronized in service_instance 2014-07-04 11:43:29 +03:00
.gitreview Add .gitreview file. 2013-09-24 12:10:01 +00:00
babel.cfg Initialize from cinder 2013-08-08 10:34:06 -04:00
CONTRIBUTING.md docs 2013-09-17 10:57:47 +03:00
HACKING.rst docs 2013-09-17 10:57:47 +03:00
LICENSE Initialize from cinder 2013-08-08 10:34:06 -04:00
MANIFEST.in Initialize from cinder 2013-08-08 10:34:06 -04:00
openstack-common.conf Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
pylintrc docs 2013-09-17 10:57:47 +03:00
README.md Initial commit 2013-08-08 07:30:20 -07:00
README.rst Fix some cosmetic issues in README.rst 2014-06-02 10:17:47 +00:00
requirements.txt Sync with global requirements 2014-07-14 11:15:21 +02:00
run_tests.sh docs 2013-09-17 10:57:47 +03:00
setup.cfg Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
setup.py Sync with global requirements 2014-07-14 11:15:21 +02:00
test-requirements.txt Sync with global requirements 2014-07-14 11:15:21 +02:00
tox.ini Sync with global requirements 2014-07-14 11:15:21 +02:00

manila

Openstack Shared Filesystem Service