<div dir="ltr"><div>Hi,<br></div><div><br></div><div>Finally, all three dashboards are working.</div><div>I was accessing OpenStack dashboard via https, but it's working for http.</div><div><br></div><div>I get the following error when I try to retrieve volume list,  orchestration service list, flavor list, image list, etc.<br></div><div>internal endpoint for compute service in RegionOne region not found</div><div><br></div><div>Do I need to enable services and create endpoints manually?</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 11, 2021 at 10:09 PM open infra <<a href="mailto:openinfradn@gmail.com">openinfradn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I did a fresh installation.<br></div><br><div class="gmail_quote"><span><div dir="ltr" class="gmail_attr">On Wed, Feb 10, 2021 at 6:15 AM Sun, Austin <<a href="mailto:austin.sun@intel.com" target="_blank">austin.sun@intel.com</a>> wrote:<br></div></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="EN-US">
<div>
<p class="MsoNormal">Hi </p>
<p class="MsoNormal">   1) Have you check if openstack application is applied successfully via “system application-list" Command ?
</p></div></div></blockquote><div><br></div><div>Yes, OpenStack application is updated and applied.</div><div> <br></div><div><br></div><div>$ system application-list<br>+--------------------------+-----------------------------+-----------------------------------+----------------------------------------+----------+-----------+<br>|
 application              | version                     | manifest name  
                   | manifest file                          | status   |
 progress  |<br>+--------------------------+-----------------------------+-----------------------------------+----------------------------------------+----------+-----------+<br>|
 cert-manager             | 1.0-6                       | 
cert-manager-manifest             | certmanager-manifest.yaml            
  | applied  | completed |<br>| nginx-ingress-controller | 1.0-0                       | nginx-ingress-controller-manifest | nginx_ingress_controller_manifest.yaml | applied  | completed |<br>|
 oidc-auth-apps           | 1.0-28                      | 
oidc-auth-manifest                | manifest.yaml                        
  | uploaded | completed |<br>| platform-integ-apps      | 1.0-10        
              | platform-integration-manifest     | manifest.yaml        
                  | applied  | completed |<br>| stx-openstack           
 | 1.0-49-centos-stable-latest | armada-manifest                   | 
stx-openstack.yaml                     | uploaded | completed |<br>+--------------------------+-----------------------------+-----------------------------------+----------------------------------------+----------+-----------+<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div>
<p class="MsoNormal">   2) are you following [1] to configure helm endpoint domain?</p></div></div></blockquote><div><br></div></span><div>I did not used speficic endpoint for helm.</div><span><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Please be noticed:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">“This command also changes the containerized OpenStack Horizon to listen on <a href="http://horizon.my-starlingx-domain.my-company.com:80" target="_blank">horizon.my-starlingx-domain.my-company.com:80</a> instead of the initial <oam<span style="font-family:宋体" lang="ZH-CN">‐</span>floating<span style="font-family:宋体" lang="ZH-CN">‐</span>ip>:31000.”</p>
<p class="MsoNormal">“You must configure { <span style="font-family:宋体" lang="ZH-CN">
‘</span>*.<a href="http://my-starlingx-domain.my-company.com" target="_blank">my-starlingx-domain.my-company.com</a><span style="font-family:宋体" lang="ZH-CN">’</span>:
<span style="font-family:宋体" lang="ZH-CN">–</span>> oam<span style="font-family:宋体" lang="ZH-CN">‐</span>floating<span style="font-family:宋体" lang="ZH-CN">‐</span>ip<span style="font-family:宋体" lang="ZH-CN">‐</span>address } in the external DNS server that
 owns my-company.com.”</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">[1] <a href="https://docs.starlingx.io/deploy_install_guides/r4_release/openstack/access.html#configure-helm-endpoint-domain" target="_blank">
https://docs.starlingx.io/deploy_install_guides/r4_release/openstack/access.html#configure-helm-endpoint-domain</a></p></div></div></blockquote><div><br></div><div><br></div><div><br></div></span><div>I was able to generate a keystone token using the following command.</div><div><br></div><div>curl -i \<br>  -H "Content-Type: application/json" \<br>  -d '<br>{ "auth": {<br>    "identity": {<br>      "methods": ["password"],<br>      "password": {<br>        "user": {<br>          "name": "admin",<br>          "domain": { "id": "default" },<br>          "password": "XXXXXX"<br>        }<br>      }<br>    }<br>  }<br>}' \<br>  "<a href="http://192.168.204.1:5000/v3/auth/tokens" target="_blank">http://192.168.204.1:5000/v3/auth/tokens</a>" ; echo</div><div> </div><div>But could not retrieve nova flavors</div><div><br></div><div>curl -i <a href="http://192.168.204.1:80/v2.1/flavors" target="_blank">http://192.168.204.1:80/v2.1/flavors</a>
 -X GET -H "Content-Type: application/json" -H "Accept: 
application/json" -H "X-Auth-Token:${TOKEN}" | tail -1 | python -m 
json.tool</div><div><br></div><div>I still can not access the Openstack dashboard.</div><div><br></div><div><br></div><div><br></div></div></div>
</blockquote></div>