ea80847f96
The defaults in environments/undercloud.yaml will be merged with what the was defined in undercloud.conf. If the 'ctlplane-subnet' is not used in undercloud.conf the default is merged, and we end up with an additional subnet that was not requested by the undercloud installed. This change set the default to {} in: environments/undercloud.yaml Also add's a comment to hightlight that there should be a empty dict default. Closes-Bug: #1820330 Change-Id: Idc17154b2e1e143ba4e84b9b96f5355fc9230172
10 lines
449 B
YAML
10 lines
449 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue that caused a subnet to be wrongly created on the Undercloud
|
|
provisioning network based on environment default values. If the default
|
|
``ctlplane-subnet`` was renamed in ``undercloud.conf``, the defaults for
|
|
``ctlplane-subnet`` in ``environments/undercloud.yaml`` was merged with the
|
|
subnets defined in ``undercloud.conf``. See `bug 1820330
|
|
<https://bugs.launchpad.net/tripleo/+bug/1820330>`_.
|