Fix: Rename view name to All
[releng/global-jjb.git] / releasenotes / notes / jenkins-configure-clouds-b0893c073c7a95e9.yaml
1 ---
2 prelude: >
3   This release supports breaking changes in the upstream OpenStack Jenkins
4   plugin. Version 2.47+ of the OpenStack Cloud plugin for Jenkins adds two new
5   SlaveOptions params, node_properties and config_drive. Failure to send
6   these params results in a failed request.
7 features:
8   - |
9     Add support for these new parameters, node_properties and config_drive. Add
10     a new function test_version, which will do a numerical (float) comparison
11     between installed plugin versions and user-supplied test version numbers.
12 upgrade:
13   - |
14     If you are using the INSTANCE_MIN_CAPMAX paramater in your cloud configs,
15     you will need to change it to INSTANCE_MIN when using v2.47+ of the plugin.
16 deprecations:
17   - |
18     Deprecated the config option INSTANCE_MIN_CAPMAX, replaced with INSTANCE_MIN
19     when using v2.47+ of the OpenStack plugin.