# 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.

{% tabs %}
{% tab title="None" %}

```none
# 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                                                          |
+-----------+----------------------------------------------------------------+
```

{% endtab %}
{% endtabs %}

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

{% tabs %}
{% tab title="None" %}

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

{% endtab %}
{% endtabs %}

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmo/frequently-asked-questions/multiple-public-endpoints-for-glance-cannot-be-configured.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
