During OSP13->OSP14 upgrade the SSL certificate for undercloud is generated at the non-documented location. Environment: instack-undercloud-9.4.1-0.20180928005746.15cda5a.el7ost.noarch python-tripleoclient-10.6.1-0.20181010222405.8c8f259.el7ost.noarch According to the undercloud.conf.sample the certificate should be created here: /etc/pki/tls/certs/undercloud-[undercloud_public_host].pem Instead it's created here: /etc/pki/tls/private/overcloud_endpoint.pem Should be changed to /etc/pki/tls/certs/undercloud-[undercloud_public_host].pem
If this is an issue in upgrade to OSP 16, then please reopen.