manila/manila/api
Goutham Pacha Ravi adc958f253 Pass context down to ViewBuilder method
The versioned_method decorator helps add/remove fields in
API responses.

The method reads the request object but does not pass down
the context to the called methods.

The context would be helpful to make decisions regarding
whether the fields are specific to an administrator context
or owner/tenant context.

Change-Id: Ic2e2df305362fa3f353fa2dfd75203afc38afb82
Closes-Bug: #1589516
2016-06-08 10:48:37 -04:00
..
contrib Port share type extensions to core API 2015-11-12 14:58:20 +00:00
middleware Remove deprecated manila RequestBodySizeLimiter 2016-05-09 17:09:18 -04:00
openstack Fix docs for REST API history and Scheduler 2016-05-16 14:32:29 -04:00
v1 Handle manage/unmanage for replicated shares 2016-04-15 19:00:23 +00:00
v2 Fix share server info in CGs created from CGs 2016-05-09 16:58:44 +00:00
views Pass context down to ViewBuilder method 2016-06-08 10:48:37 -04:00
__init__.py Implement Manila REST API microversions 2015-08-13 19:51:19 +00:00
auth.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
common.py Pass context down to ViewBuilder method 2016-06-08 10:48:37 -04:00
extensions.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
urlmap.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
versions.py Add v2 Manila API path as base for microversions 2015-09-10 13:58:26 +00:00