For the complete documentation index, see llms.txt. This page is also available as Markdown.

Multiple Public Endpoints for Glance Cannot be Configured

Problem

Multiple Public Endpoint for Glance Cannot be Configured.

Environment

  • Platform9 Managed OpenStack - All Versions

Answer

Multiple Public Endpoint for Glance Cannot be Configured. Only one endpoint can be configured at a time.

# openstack catalog show glance --fit-width
+-----------+----------------------------------------------------------------+
| Field     | Value                                                          |
+-----------+----------------------------------------------------------------+
| endpoints | playground                                                     |
|           |   internal: http://10.128.233.141:9292                         |
|           | playground                                                     |
|           |   public: http://10.128.233.141:9292                           |
|           | playground                                                     |
|           |   admin: https://cfe-support-playground.platform9.horse/glance |
|           |                                                                |
| id        | ebe34bf954a04da9ba15bfb110135db0                               |
| name      | glance                                                         |
| type      | image                                                          |
+-----------+----------------------------------------------------------------+

Here, the setting has been removed from the previous hypervisor "cfe-sp-ubuntu-0" and added to hypervisor "cfe-sp-ubuntu-1".

Last updated