Shared filesystem management project for OpenStack.
Go to file
Valeriy Ponomaryov 2467ccf223 Add new URLs for APIs ported from extensions
After port of extensions to core API we need to rename their URLs.

So, rename URLs and bump microversion for it.
Make new URLs work only with new microversion(s) 2.7+
and old with old microversions 1.0-2.6.
Add separate API router for v2 API as now we should split v1 and v2
logic.
Also, move updated APIs under v2 directory that will be used by both
API routers - v1 and v2.

List of updated collections is following:
 - os-availability-zone -> availability-zones
 - os-services -> services
 - os-quota-sets -> quota-sets
 - os-quota-class-sets -> quota-class-sets
 - os-share-manage -> shares/manage
 - os-share-unmanage -> shares/%s/action

List of updated member actions is following:
 - os-share-unmanage/%(share_id)s/unmanage -> shares/%(share_id)s/action
 - types/%(id)s/os-share-type-access -> types/%(id)s/share_type_access

List of updated action names is following:
 - os-access_allow -> access_allow
 - os-access_deny -> access_deny
 - os-access_list -> access_list
 - os-reset_status -> reset_status
 - os-force_delete -> force_delete
 - os-migrate_share -> migrate_share
 - os-extend -> extend
 - os-shrink -> shrink

List of updated attribute names is following:
 - os-share-type-access -> share-type-access

Partially implements bp ext-to-core

Change-Id: I82f00114db985b4b3bf4db0a64191559508ac600
2015-12-01 12:15:06 +02:00
contrib Merge "Simplify ping usage for service VM check in CI" 2015-12-01 09:44:16 +00:00
devstack Use default Keystone API version in Devstack 2015-10-23 09:34:14 +00:00
doc Remove mention of isilon_share_root_dir 2015-11-30 12:20:32 -05:00
etc Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
manila Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
manila_tempest_tests Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
tools Last sync to Manila from oslo-incubator 2015-11-20 19:20:21 +00:00
.coveragerc Fix 'cover' tox job 2015-09-21 15:09:22 +03:00
.gitignore Ignore git backup merge files 2015-08-28 12:48:36 +00:00
.gitreview Move from stackforge to openstack 2014-09-19 21:23:02 +00:00
.testr.conf Use oslotest.base.BaseTestCase as test base class 2015-01-04 08:43:52 +01:00
CONTRIBUTING.rst Added CONTRIBUTING file in .rst format 2015-11-15 23:45:38 +05:30
HACKING.rst Convert files to use _LE and friends 2014-10-31 09:47:59 +01: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
README.rst Adapt readme to usual structure 2015-01-23 08:18:06 +01:00
babel.cfg Initialize from cinder 2013-08-08 10:34:06 -04:00
openstack-common.conf Remove unused manila/openstack/common/eventlet_backdoor.py 2015-06-25 11:47:37 +02:00
pylintrc docs 2013-09-17 10:57:47 +03:00
requirements.txt Updated from global requirements 2015-11-25 17:14:53 +00:00
run_tests.sh Enable bashate during pep8 run 2015-03-18 13:40:03 +01:00
setup.cfg Make setup.py install Manila Tempest plugin 2015-11-06 20:59:22 +00:00
setup.py Updated from global requirements 2015-09-18 20:43:19 +00:00
test-requirements.txt Updated from global requirements 2015-11-25 17:14:53 +00:00
tox.ini Add py34 to test environment to tox.ini 2015-08-12 12:22:31 +03:00

README.rst

MANILA

You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.

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

https://github.com/openstack/python-manilaclient.git