Use user set password values in overcloud export
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>changes/58/745958/1
parent
1761eba808
commit
ced221406b
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- openstack overcloud export now exports user defined password values instead
|
||||
of just always exporting the generated password values.
|
Loading…
Reference in New Issue