diff options
author | Zuul <zuul@review.openstack.org> | 2017-10-24 10:03:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-10-24 10:03:13 +0000 |
commit | 684bb3689501376f44be677adde4f00ce7185928 (patch) | |
tree | 37ac762f18b58a57a06708fc7fdc5c4ec35fdfe6 /releasenotes/notes | |
parent | 09dbd6733cba19939a51fe61e94a1162ee7883e7 (diff) | |
parent | 598c7b6916056dbcfd09f0bf140ce8e492c88fa8 (diff) |
Merge "Support for Satellite Capsule in rhel-registration" into stable/pike
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/sat_capsule-bb59fad44c17f97f.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/sat_capsule-bb59fad44c17f97f.yaml b/releasenotes/notes/sat_capsule-bb59fad44c17f97f.yaml new file mode 100644 index 00000000..58298d36 --- /dev/null +++ b/releasenotes/notes/sat_capsule-bb59fad44c17f97f.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + For deployments running on RHEL with Satellite 6 (or beyond) with Capsule (Katello API enabled), + the Katello API is available on 8443 port, so the previous API ping didn't work for this case. + Capsule is now supported since we just check if katello-ca-consumer-latest rpm is available + to tell that Satellite version is 6 or beyond. |