c6764f557f
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
9 lines
394 B
YAML
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.
|