c0fcf8674d
The lowercase network names was hardcoded to 'external', 'internal_api' and 'storage_mgmt'. Use jinja to get the network.name_lower value from network_data.yaml instead so that users can customize the lowercase network name. Closes-Bug: #1830852 Change-Id: Ie9bd482782ff770d90dfc38a585237812ed81c06
7 lines
279 B
YAML
7 lines
279 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where deployment would fail if a non-default ``name_lower``
|
|
is used in network data for one of the networks: ``External``,
|
|
``InternalApi`` or ``StorageMgmt``.
|
|
(See `bug: 1830852 <https://bugs.launchpad.net/tripleo/+bug/1830852>`_.) |