manila/manila/scheduler
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
..
filters Use oslo_log lib 2015-02-08 10:42:40 +00:00
weights Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
__init__.py Remove vim headers 2014-10-06 15:00:27 +02:00
chance.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
driver.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
filter_scheduler.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
host_manager.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
manager.py Add basic manage/unmanage share functionality 2015-03-13 11:02:17 +02:00
rpcapi.py Pool-aware Scheduler Support 2015-02-04 23:27:06 +00:00
scheduler_options.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
simple.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00