masakari/masakari
poojajadhav c2bf0d8b57 Boolean filters are not working for host list api
If user tries to retrieve hosts along with filter set for on_maintenance
or reserved as True, it always returns records with boolean filters set
to False, irrespective of the value provided to boolean filters flag in
the filter.

This patch fixes boolean filter issue by converting value from string to
boolean using oslo_utils.strutils method.

Closes-Bug: #1658911
Change-Id: I5eed5c75f2b7613196dcf1686e5dd983f31c2a81
2017-02-14 12:44:05 +05:30
..
api Boolean filters are not working for host list api 2017-02-14 12:44:05 +05:30
cmd Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
common Add support for wsgi framework 2016-07-12 13:10:10 +05:30
compute Implement _process_unfinished_notifications periodic tasks 2017-02-07 15:40:56 +05:30
conf Add ha enabled config options 2017-02-09 12:04:51 +05:30
db Add business rules for host and failover_segment 2017-02-01 11:39:45 +05:30
engine Merge "InstanceFailure: Ignore notifications for certain events" 2017-02-10 01:45:10 +00:00
ha Add business rules for host and failover_segment 2017-02-01 11:39:45 +05:30
hacking Use dict.items() and dict.values() as per guidelines 2017-01-16 18:08:15 +05:30
objects Add business rules for host and failover_segment 2017-02-01 11:39:45 +05:30
tests Boolean filters are not working for host list api 2017-02-14 12:44:05 +05:30
__init__.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
config.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
context.py Stop logging unnecessary warning on context create 2017-01-27 11:35:01 +05:30
exception.py Add business rules for host and failover_segment 2017-02-01 11:39:45 +05:30
i18n.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
manager.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
policy.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
rpc.py Set access_policy for messaging's dispatcher 2017-02-09 12:17:15 +05:30
safe_utils.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py Add RPC layer for masakari 2016-10-07 13:16:26 +05:30
test.py Use dict.items() and dict.values() as per guidelines 2017-01-16 18:08:15 +05:30
utils.py Add TaskFlowDriver support to process notifications 2016-11-04 15:28:06 +05:30
version.py Add masakari-engine support 2016-10-05 14:53:26 +05:30
wsgi.py Use dict.items() and dict.values() as per guidelines 2017-01-16 18:08:15 +05:30