a1495d5f0f
Prepare bumping ansible-lint by solving few linting errors: - unamed tasks - use of shell instead of module - newlines between tasks (visual) - boolean comparison - when clauses that can be split - missing galaxy_info sections in meta.yml - spaces around jinja {{ variables }} - lack of pipefail on shell blocks with pipe - duplicate dictionary keys Change-Id: I73ed9a031bd579bc6213923edb9c4288d0302454 Needed-By: https://review.opendev.org/#/c/665445/
8 lines
304 B
YAML
8 lines
304 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes compatibility between older deployments with Heat resource network
|
|
"InternalNetwork" and corrected "InternalApiNetwork". Upgrades from
|
|
previous versions will still use the old naming scheme, while new
|
|
deployments will use the correct name of "InternalApiNetwork".
|