+++ This bug was initially created as a clone of Bug #1384334 +++ Description of problem: On an SSL enabled overcloud the Neutron api returns http URL openstack catalog show neutron +-----------+------------------------------------------------------+ | Field | Value | +-----------+------------------------------------------------------+ | endpoints | regionOne | | | publicURL: https://[2001:db8:ca2:4::10]:13696 | | | internalURL: http://[fd00:fd00:fd00:2000::14]:9696 | | | adminURL: http://[fd00:fd00:fd00:2000::14]:9696 | | | | | name | neutron | | type | network | +-----------+------------------------------------------------------+ curl -s -H "X-Auth-Token: $OS_TOKEN" https://172.16.18.25:13042 | python -m json.tool { "versions": [ { "id": "v2.0", "links": [ { "href": "http://[2001:db8:ca2:4::10]:13696/v2.0", "rel": "self" } ], "status": "CURRENT" } ] } Version-Release number of selected component (if applicable): openstack-neutron-9.0.0-0.20160929051647.71f2d2b.el7ost.noarch
Verified on: openstack-tripleo-heat-templates-5.1.0-6.el7ost.noarch puppet-tripleo-5.4.0-3.el7ost.noarch