manila/manila/scheduler
snpd c75d48c067 Fix driver filter to not check share_backend_name
Fixed the bug stating: Driver filter disallows using
queries with share_backend_name. The driver filter was
checking for hard equality between the share_backend_name
specified in the share type and the name reported by the
host [1]. This defeats the purpose of the capabilities
filter giving the ability to use "<in>" (selection)
operator in the extra-spec. Thus this commit fixes it by
updating the required files according to
openstack/cinder/commit/b32011 as now the driver does not
check for shared_backend_name.

Closes-Bug: #1815700

Change-Id: If384392d0f140922bb85a1dc50b0c4494c231e2f
(cherry picked from commit 86c1576110)
(cherry picked from commit ce370a1892)
2019-03-20 03:54:23 +00:00
..
drivers Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
evaluator Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
filters Fix driver filter to not check share_backend_name 2019-03-20 03:54:23 +00:00
weighers Remove log translations in scheduler 3/5 2017-03-31 00:54:26 +08:00
__init__.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
base_handler.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
host_manager.py Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
manager.py Merge "Extend usage of user messages" 2017-07-22 23:42:08 +00:00
rpcapi.py [Share Groups] Add availability zone support 2017-06-06 10:13:00 +00:00
scheduler_options.py Remove log translations in scheduler 3/5 2017-03-31 00:54:26 +08:00
utils.py Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00