Description of problem: After deployment with TLS any command fail For example: (overcloud) [stack@undercloud-0 ~]$ openstack server list Failed to discover available identity versions when contacting https://overcloud.redhat.local:13000//v3. Attempting to parse version from URL. Could not determine a suitable URL for the plugin Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-8.0.2-0.20180416194362.29a5ad5.el7ost.noarch How reproducible: Steps to Reproduce: 1. Deploy with TLS everywhere 2. Run source overcloudrc && openstack server list 3. Actual results: Expected results: Additional info: When adding entries to /etc/hosts there are no failures. For example: 10.0.0.104 overcloud.redhat.local 192.168.24.10 overcloud.ctlplane.redhat.local
Now it seems that there are duplicate entries of overcloud.ctlplane.redhat.local When removing one entry - there is no problem
Checked with: openstack-tripleo-heat-templates-8.0.2-22.el7ost.noarch There are still duplicate entries in /etc/hosts but it seems to work anyway.