aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/workaround-unset-fqdn-for-rhel-reg-be9c4620146096be.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-17Workaround for RHEL registration as "localhost"James Slagle1-0/+8
Workaround systems getting registered as "localhost" during RHEL registration if they don't have a fqdn set by first rm'ing the /etc/rhsm/facts directory. When the directory does not exist, the katello-rshm-consumer which runs when installing the katello-ca-consumer will not set the hostname.override fact to "localhost". Change-Id: Ia29aa9c775f715f9745bb7e1e4022cc395a7d092 Partial-Bug: #1711435