kayobe/releasenotes/notes/use-public-fqdn-in-openrc-f7990958ceec817d.yaml
Pierre Riteau c6764f557f Use public FQDN for OS_AUTH_URL in public-openrc.sh
If a public FQDN is defined, use it instead of the virtual IP address.
When using TLS, certificates are generally tied to a hostname rather
than to an IP address.

Change-Id: I0afef32a0f4030bba613febdf266e2ccd863512d
2018-12-10 10:18:57 +00:00

9 lines
394 B
YAML

---
fixes:
- |
The ``public-openrc.sh`` file generated by Kayobe now uses the public
network FQDN for populating the OS_AUTH_URL variable instead of using the
public virtual IP address. If the FQDN variable is not set, the virtual IP
address remains used. This ensures better compatibility with TLS-enabled
deployments where certificates are generally tied to a hostname.