ced221406b
The overcloud export command needs to look at both the parameter_defaults and passwords keys from plan-environment.yaml. passwords contains only the generated password values, while parameter_defaults contains any user set values. If a value is not set in parameter_defaults, then passwords can be used. Change-Id: I6b1b8bd1e7800720f6bbbe418c1f83b2f710fb48 Closes-Bug: #1891388 Signed-off-by: James Slagle <jslagle@redhat.com>
5 lines
151 B
YAML
5 lines
151 B
YAML
---
|
|
fixes:
|
|
- openstack overcloud export now exports user defined password values instead
|
|
of just always exporting the generated password values.
|