commit | 07ccc7e28828c7976302df600bb81f73e6cba48b | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Oct 03 18:26:48 2019 +0300 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Oct 03 18:45:27 2019 +0300 |
tree | 988e6a102d112a4700a61f53aaa2a646fba94bcd | |
parent | 9230fefc05c01ebc040cc1cad95bec4eb69dfda4 [diff] |
Unhardcode netapp and scheduler options this patch makes it possible to set custom filter_function and goodness_function for the NetApp backend in Cinder. In order for those to have any effect, the scheduler_default_filters (where not yet unhardcoded) and scheduler_default_weighers options are also unhardcoded so appropriate filters and weighers can be enabled in their values. Change-Id: I26dd040fa7cffa2d00440b8688bd04b15b64a0f4 Closes-Issue: PROD-33656