Comment 0 for bug 1877125

Revision history for this message
Peng Peng (ppeng) wrote : SXsystem https_enabled is True, but admin/public endpoint is http

Brief Description
-----------------
In SX system with https_enabled setting is True, both admin and public endpoint shows http. But Horizon could be accessed from https url.

Severity
--------
Major

Steps to Reproduce
------------------
install SX with https_enabled setting is True
check admin and public endpoint

TC-name: horizon/test_hosts.py::test_horizon_host_inventory_display

Expected Behavior
------------------
both admin and public endpoints should be aligned with https_enabled setting

Actual Behavior
----------------
both admin and public endpoints not aligned with https_enabled setting

Reproducibility
---------------
Unknown - first time this is seen in sanity, will monitor

System Configuration
--------------------
One node system

Lab-name: wcp_112

Branch/Pull Time/Commit
-----------------------
2020-05-05_20-29-49

Last Pass
---------
Lab: SM_3
Load: 2020-05-04_20-00-00

Timestamp/Logs
--------------
[sysadmin@controller-0 ~(keystone_admin)]$ system show
+----------------------+---------------------------------------------------------------+
| Property | Value |
+----------------------+---------------------------------------------------------------+
| contact | None |
| created_at | 2020-05-06T06:27:55.802575+00:00 |
| description | cgcs-wildcat-112.cumulus.wrs.com: setup by deployment manager |
| https_enabled | True |
| location | None |
| name | yow-cgcs-wildcat-112 |
| region_name | RegionOne |
| sdn_enabled | False |
| security_feature | spectre_meltdown_v1 |
| service_project_name | services |
| software_version | 20.04 |
| system_mode | simplex |
| system_type | All-in-one |
| timezone | UTC |
| updated_at | 2020-05-06T06:49:10.027532+00:00 |
| uuid | 0c921717-204d-4884-a2a7-24f1c345ad8d |
| vswitch_type | none |
+----------------------+---------------------------------------------------------------+
[sysadmin@controller-0 ~(keystone_admin)]$ openstack endpoint list
+----------------------------------+-----------+--------------+-----------------+---------+-----------+------------------------------------------+
| ID | Region | Service Name | Service Type | Enabled | Interface | URL |
+----------------------------------+-----------+--------------+-----------------+---------+-----------+------------------------------------------+
| 42eeae852dc94e2db08eccade75e07f3 | RegionOne | fm | faultmanagement | True | admin | http://[abcd:204::1]:18002 |
| b233f09809364354bba77fa4dd77d75a | RegionOne | fm | faultmanagement | True | internal | http://[abcd:204::1]:18002 |
| ea898dcd27284574b5f3fa548524b203 | RegionOne | fm | faultmanagement | True | public | http://[2620:10a:a001:a103::148]:18002 |
| 5ad2dd7c338e4355a619070f88fc30e6 | RegionOne | patching | patching | True | admin | http://[abcd:204::1]:5491 |
| 6123facad77e43efb57f410346e799ad | RegionOne | patching | patching | True | internal | http://[abcd:204::1]:5491 |
| 8cf0b70b00df4d7397d3290a00b30b48 | RegionOne | patching | patching | True | public | http://[2620:10a:a001:a103::148]:15491 |
| abe2e31d701443078109899b351834a5 | RegionOne | vim | nfv | True | admin | http://[abcd:204::1]:4545 |
| cb0b4debe6a747138f8cd688c1f8315d | RegionOne | vim | nfv | True | internal | http://[abcd:204::1]:4545 |
| 005d615554e740fb91a10a2608933eb0 | RegionOne | vim | nfv | True | public | http://[2620:10a:a001:a103::148]:4545 |
| 57a4395d0e7e4fc58ed373b9ac19fd65 | RegionOne | barbican | key-manager | True | admin | http://[abcd:204::1]:9311 |
| 1b4fe2a21f7341e890a2f951d0b4c30d | RegionOne | barbican | key-manager | True | internal | http://[abcd:204::1]:9311 |
| 0928a8de15a14186997abad8a6673af0 | RegionOne | barbican | key-manager | True | public | http://[2620:10a:a001:a103::148]:9311 |
| b08cf88849164a73b0cc2220db3c3c5e | RegionOne | smapi | smapi | True | admin | http://[abcd:204::1]:7777 |
| cb03302d4d5d40079fcf2811a1c2b1f6 | RegionOne | smapi | smapi | True | internal | http://[abcd:204::1]:7777 |
| 8d62d807ee38456e98b70c388d87cfa4 | RegionOne | smapi | smapi | True | public | http://[2620:10a:a001:a103::148]:7777 |
| 99b22eb1bf0c48a6aca6ad29280a205d | RegionOne | keystone | identity | True | admin | http://[abcd:204::1]:5000/v3 |
| b2ff888d627a41daa33d651142cfdaf1 | RegionOne | keystone | identity | True | internal | http://[abcd:204::1]:5000/v3 |
| 421ae5f8cb2842e19e4891e951099156 | RegionOne | keystone | identity | True | public | http://[2620:10a:a001:a103::148]:5000/v3 |
| 815dd17e5e774948b350ed4f0c21b9f6 | RegionOne | sysinv | platform | True | admin | http://[abcd:204::1]:6385/v1 |
| a74d1690eacc40e79d39d26a4f249ab6 | RegionOne | sysinv | platform | True | internal | http://[abcd:204::1]:6385/v1 |
| 0938147b885348f1a4da7e71c15bd95c | RegionOne | sysinv | platform | True | public | http://[2620:10a:a001:a103::148]:6385/v1 |

Test Activity
-------------
Sanity