← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1610138] [NEW] openstack catalog list error in multi region

 

Public bug reported:

In the multi region, openstack catalog list will hide same endpoints, as below:
[root@con01 openstackclient(keystone_admin)]$  openstack endpoint list
+----------------------------------+----------+--------------+--------------+
| ID                               | Region   | Service Name | Service Type |
+----------------------------------+----------+--------------+--------------+
| 83e1de95e15a45dca96514a3f06ba19e | TestRG01 | cinder       | volume       |
| be1a015332d9434c88dcb8c88bbcb1e7 | TestRG02 | cinder1      | volume       |
+----------------------------------+----------+--------------+--------------+

[root@con01 openstackclient(keystone_admin)]$ openstack catalog list
+------------+----------+-------------------------------------------------------------------------------+
| Name       | Type     | Endpoints                                                                     |
+------------+----------+-------------------------------------------------------------------------------+
...
| cinder1    | volume   | TestRG01                                                                      |
|            |          |   publicURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6   |
|            |          |   internalURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6 |
|            |          |   adminURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6    |
|            |          | TestRG02                                                                      |
|            |          |   publicURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6   |
|            |          |   internalURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6 |
|            |          |   adminURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6    |
|            |          |                                                                               |
...
+------------+----------+-------------------------------------------------------------------------------+

the result of catalog list is error, there only left cinder1, cinder is
out. It will cause cinder work error

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1610138

Title:
  openstack catalog list error in multi region

Status in OpenStack Identity (keystone):
  New

Bug description:
  In the multi region, openstack catalog list will hide same endpoints, as below:
  [root@con01 openstackclient(keystone_admin)]$  openstack endpoint list
  +----------------------------------+----------+--------------+--------------+
  | ID                               | Region   | Service Name | Service Type |
  +----------------------------------+----------+--------------+--------------+
  | 83e1de95e15a45dca96514a3f06ba19e | TestRG01 | cinder       | volume       |
  | be1a015332d9434c88dcb8c88bbcb1e7 | TestRG02 | cinder1      | volume       |
  +----------------------------------+----------+--------------+--------------+

  [root@con01 openstackclient(keystone_admin)]$ openstack catalog list
  +------------+----------+-------------------------------------------------------------------------------+
  | Name       | Type     | Endpoints                                                                     |
  +------------+----------+-------------------------------------------------------------------------------+
  ...
  | cinder1    | volume   | TestRG01                                                                      |
  |            |          |   publicURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6   |
  |            |          |   internalURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6 |
  |            |          |   adminURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6    |
  |            |          | TestRG02                                                                      |
  |            |          |   publicURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6   |
  |            |          |   internalURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6 |
  |            |          |   adminURL: http://192.168.17.143:8776/v1/756f3606480a4b6d8ef7f72a2b1a73d6    |
  |            |          |                                                                               |
  ...
  +------------+----------+-------------------------------------------------------------------------------+

  the result of catalog list is error, there only left cinder1, cinder
  is out. It will cause cinder work error

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1610138/+subscriptions


Follow ups