manila/manila
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
..
api Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
common Add basic manage/unmanage share functionality 2015-03-13 11:02:17 +02:00
compute Add nova network plugin 2015-03-07 18:46:31 +00:00
db Merge "Allow shares to have multiple export locations" 2015-03-13 17:41:24 +00:00
hacking Remove hacking exception for oslo.messaging import 2015-03-02 08:00:44 +01:00
locale Imported Translations from Transifex 2015-03-14 06:16:05 +00:00
network Add nova network plugin 2015-03-07 18:46:31 +00:00
openstack Merge "Remove unused sslutils module" 2015-01-06 04:31:41 +00:00
scheduler Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
share Merge "HP3PAR driver log the SHA1 for driver and mediator correctly" 2015-03-13 21:16:09 +00:00
testing Rewrited mox tests to mock (part 2) 2014-06-17 17:55:21 +03:00
tests Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
volume Use oslo_log lib 2015-02-08 10:42:40 +00:00
__init__.py Remove vim headers 2014-10-06 15:00:27 +02:00
context.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
exception.py Merge "Add basic manage/unmanage share functionality" 2015-03-13 15:11:13 +00:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
manager.py Add basic manage/unmanage share functionality 2015-03-13 11:02:17 +02:00
opts.py Merge "EMC Isilon Manila driver" 2015-03-12 19:22:21 +00:00
policy.py Flake8: Fix and enable H404 2014-08-27 10:47:45 +00:00
quota.py Add snapshot gigabytes quota 2015-02-26 07:42:28 +00:00
rpc.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
service.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
test.py Remove hacking exception for oslo.messaging import 2015-03-02 08:00:44 +01:00
utils.py Add basic manage/unmanage share functionality 2015-03-13 11:02:17 +02:00
version.py Remove vim headers 2014-10-06 15:00:27 +02:00
wsgi.py Use oslo_log lib 2015-02-08 10:42:40 +00:00