Description of problem: There are a number of problems with the latest version of /usr/share/openstack-tripleo-heat-templates/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration, breaking registration to Satellite 6 If REG_SAT_URL is passed as http://foo.bar the test in detect_satellite_version will mis-detect a Satellite 5 as the URL on line 101 will give a redirect. If REG_SAT_URL on the other hand is passed as https://foo.bar, the download of katello-ca-consumer on line 122 will fail due to an invalid certificate. Further, on line 120 there is a typo, "satellite_version" very rarely equals "6"... Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-0.8.6-121.el7ost
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
Actually, this bug _did_ make it into the OSP8 release...
Yes, yes it did.