nodepool/releasenotes/notes/openstack-driver-labels-host-key-checking-f102c013040f5f15.yaml
Paul Belanger 3a5cabedcb Toggle host-key-checking for openstack provider.labels
This adds the ability for a pool.label to override the
pool.host-key-checking value, while having a label exist in the same
pool.  This is helpful because it is possible for 1 pool to mix network
configuration, and some nodes maybe missing a default gateway (making
them unroutable by default).

Change-Id: I934d42b8e48aedb0ebc03137b7305eb2af390fc7
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-06-06 14:15:53 -04:00

8 lines
271 B
YAML

---
features:
- |
Provider labels for the OpenStack driver are now able to toggle
:attr:`providers.[openstack].pools.labels.host-key-checking`. This
overrides the host-key-checking value defined by
:attr:`providers.[openstack].pools.host-key-checking`.