commit 671fea85437acb67954d387f38a9f841e68c02e1 Author: Dmitriy Rabotyagov Date: Thu Oct 15 14:53:59 2020 +0300 Remove backported release note Change-Id: I457a659b2fc21046ff9017bb33531e7565a9657a diff --git a/releasenotes/notes/nova_filters-41739c325c0339e9.yaml b/releasenotes/notes/nova_filters-41739c325c0339e9.yaml deleted file mode 100644 index bfa3e3e..0000000 --- a/releasenotes/notes/nova_filters-41739c325c0339e9.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -features: - - | - Added variable `nova_scheduler_extra_filters` which allows to extend - list of defaulted `nova_scheduler_default_filters` -upgrade: - - | - String value of `nova_scheduler_default_filters` is converted to the list - At the moment there is compatability for overriden values, that are string, - but this support will be removed in the future releases. So deployers are - recommended to replace their string overrides with list ones.