Description of problem: This is a downstream version of upstream bug: https://bugs.launchpad.net/tripleo/+bug/1811005 Customer reported this problem for another special character: space. The error is a bit different (but occurs at the same step): $ cat templates/custom-undercloud-params.yaml parameter_defaults: Debug: True AdminPassword: "Type good password" AdminEmail: "admin" And the output from undercloud install: $openstack undercloud install ... ... "Error running ['podman', 'exec', '--user=root', 'keystone', '/usr/bin/bootstrap_host_exec', 'keystone', 'keystone-manage', 'bootstrap', '--bootstrap-password', 'Type good password']. [2]", "stderr: usage: keystone-manage [bootstrap|credential_migrate|credential_rotate|credential_setup|db_sync|db_version|doctor|domain_config_upload|fernet_rotate|fernet_setup|create_jws_keypair|mapping_populate|mapping_purge|mapping_engine|receipt_rotate|receipt_setup|saml_idp_metadata|token_rotate|token_setup|trust_flush]", "keystone-manage: error: unrecognized arguments: good password", "exit status 2" ] }
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://access.redhat.com/errata/RHBA-2020:0760