manila/manila/tests/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
..
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
test_capacity_weigher.py Pool-aware Scheduler Support 2015-02-04 23:27:06 +00:00
test_filter_scheduler.py Rename volume_type to share_type 2015-02-14 17:41:22 +00:00
test_host_filters.py Pool-aware Scheduler Support 2015-02-04 23:27:06 +00:00
test_host_manager.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
test_rpcapi.py Pool-aware Scheduler Support 2015-02-04 23:27:06 +00:00
test_scheduler.py Pool-aware Scheduler Support 2015-02-04 23:27:06 +00:00
test_scheduler_options.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00