instack-undercloud/releasenotes/notes/validate-local-interface-faec300f80fadadf.yaml
Alex Schultz 062346e319 Validate local_interface exists
In order to improve the user experiance, we should validate that the
provided local_interface actually exists prior to trying to configure
the undercloud with it. If net_config_override is not used and the
local_interface does not exist, an error will be returned to the
user early on in the installation process. Additionally if the user
does not have an undercloud.conf, a warning is printed to show that
the defaults will be used.

Change-Id: Ia2a7e7fc916f6d2b62e212cb42641494b88d6d17
Closes-Bug: #1709177
2017-08-08 15:44:48 -06:00

10 lines
337 B
YAML

---
fixes:
- |
Validate the local_interface for the undercloud install to fail fast if
the interface does not actually exist on the system. If net_config_override
is configured, the local_interface will not be validated.
- |
Log a warning if undercloud.conf is missing to indicate that the defaults
will be used.