Description of problem: When running "packstack --answer-file file.txt", some parameters may change, and those changes are not stored anywhere. This can create issues, because passwords can be seen in the answer file as "PW_PLACEHOLDER", when they are actually different. This makes subsequent runs with the same answer file be non reproducible, and can lead to unexpected issues. How reproducible: Always Steps to Reproduce: 1. packstack --gen-answer-file=test.txt 2. Edit answer file, set CONFIG_AMQP_BACKEND=qpid and CONFIG_AMQP_ENABLE_SSL=y 3. packstack --answer-file=test.txt Actual results: At the end of the installation, the NSS certdb password will be unknown, while the answer file option is "PW_PLACEHOLDER". Expected results: Updated parameters should be stored. Additional info:
https://review.openstack.org/233009 contains a proposed fix.
Verified ======== openstack-packstack-2015.1-0.15.dev1589.g1d6372f.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0265.html