Set bind mount propegatation to shared for /var/lib/nova.
[apex-tripleo-heat-templates.git] / releasenotes / notes / workaround-unset-fqdn-for-rhel-reg-be9c4620146096be.yaml
1 ---
2 fixes:
3   - Workaround systems getting registered as "localhost" during
4     RHEL registration if they don't have a fqdn set by first
5     rm'ing the /etc/rhsm/facts directory. When the directory does not
6     exist, the katello-rshm-consumer which runs when installing
7     the katello-ca-consumer will not set the hostname.override fact to
8     "localhost". See https://bugs.launchpad.net/tripleo/+bug/1711435