manila/manila/api/v1
John Spray 9ff0d1312e Add Ceph Native driver
This driver enables use of the Ceph filesystem for
Manila shares.  Clients require a native CephFS
client to access the share.  The interface
to Ceph is CephFSVolumeClient, included in
the 'Jewel' Ceph release and later.

APIImpact
The API microversion is bumped to 2.13 to add a
new access type, cephx, supported by the driver.

Co-Authored-By: Ramana Raja <rraja@redhat.com>

Implements: blueprint cephfs-driver
Change-Id: I33801215f64eacb9dade4d92f11f659173abb7f5
2016-03-01 20:30:18 +00:00
..
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
limits.py Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
router.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
scheduler_stats.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
security_service.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
share_manage.py Remove None as a redundant argument to dict.get() 2016-02-17 00:06:14 +08:00
share_metadata.py Remove Limited XML API Support from Manila 2015-04-13 15:43:47 +03:00
share_networks.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
share_servers.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
share_snapshots.py Manage and unmanage snapshot 2016-02-18 04:09:05 -05:00
share_types_extra_specs.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
share_unmanage.py Cleanup deprecation warnings from using share proxy properties in API 2016-02-17 17:26:45 -08:00
shares.py Add Ceph Native driver 2016-03-01 20:30:18 +00:00