manila/manila/api/views
Clinton Knight 72f5f0485a Fix issues with get_pool scheduler API
The scheduler API 'get_pools' was copied from Cinder and has several
problems.  The REST endpoint, /scheduler-stats/get_pools, is not a
REST-appropriate name.  The API allows filtering but filters are not
currently supported by the Manila scheduler.  The API was added as an
extension, not part of the v1 API as it should be.  After restarting
the scheduler service, the API doesn't return any data until a share
has been created (Cinder was used as a model for fixing this one).
This patch fixes all of these issues.

Closes-Bug: #1422042
Change-Id: I7e32efb5390fd4b0a62f644ca5a12dcad14d8a9b
2015-03-16 16:32:15 +00:00
..
__init__.py Address H104 File contains nothing but comments 2014-07-14 10:19:15 +02:00
limits.py Add snapshot gigabytes quota 2015-02-26 07:42:28 +00:00
scheduler_stats.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
security_service.py Remove vim headers 2014-10-06 15:00:27 +02:00
share_networks.py Add support of nova network for share-networks API and DB 2015-02-16 14:41:00 +02:00
share_servers.py Add share network id field in share server info 2014-10-08 10:38:40 -04:00
share_snapshots.py Remove copypasted export_location field from snapshots 2015-03-03 10:46:48 +00:00
shares.py Allow shares to have multiple export locations 2015-03-13 13:07:59 +02:00
types.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00
versions.py Remove vim headers 2014-10-06 15:00:27 +02:00