manila/manila/api/v1
Ramana Raja 0d4f2ee4e0 add access_key to share_access_map
For backends with internal authentication system,
e.g. Ceph, that return ``access_key`` (credential) for
client identities that are granted share access:

* Retrieve ``access_key`` as return value of driver's
  update_access()

* Store ``access_key`` in ShareAccessMapping model

* Expose it in access_list API

APIImpact

DocImpact

Partially implements bp auth-access-keys

Co-Authored-By: John Spray <jspray@redhat.com>

Change-Id: I486064f117cf3001dba7735ca92a7d89aee3ce5b
2016-08-22 20:41:19 +05:30
..
__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 Fix Manage API synchronous call 2016-03-29 16:57:25 -03:00
share_metadata.py Remove Limited XML API Support from Manila 2015-04-13 15:43:47 +03:00
share_networks.py Add gateway in network_info and share network API 2016-06-30 12:08:12 -04: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 Handle manage/unmanage for replicated shares 2016-04-15 19:00:23 +00:00
shares.py add access_key to share_access_map 2016-08-22 20:41:19 +05:30