Hide Forgot
python-tripleoclient has wrong hardcoded path to rhel registration environment in constants.py it has: RHEL_REGISTRATION_EXTRACONFIG_NAME = ( "extraconfig/post_deploy/rhel-registration/") when it should be: RHEL_REGISTRATION_EXTRACONFIG_NAME = ( "extraconfig/pre_deploy/rhel-registration/") due to the wrong path, a deployment using registration will fail with: <urlopen error [Errno 2] No such file or directory: '/home/stack/templates/extraconfig/post_deploy/rhel-registration/rhel-registration-resource-registry.yaml'>
Deployments with registration were successful in 8.0, by appending the following to the command line: --rhel-reg --reg-method satellite --reg-sat-url https://***.redhat.com/ --reg-activation-key ak-osp8 --reg-org Default_Organization