openstack catalog list always returns publicURL

Bug #1472629 reported by Martin Schuppert
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Medium
Martin Schuppert

Bug Description

When use different IPs for publicURL, internalURL and adminURL 'openstack catalog list' always returns publicURL

# openstack catalog list
+------------+---------------+----------------------------------------------------------------------------+
| Name | Type | Endpoints |
+------------+---------------+----------------------------------------------------------------------------+
| nova | compute | RegionOne |
| | | publicURL: http://172.26.0.95:8774/v2/4d802f09ea1e4bfc81642e41e597bfa4 |
| | | internalURL: http://172.26.0.95:8774/v2/4d802f09ea1e4bfc81642e41e597bfa4 |
| | | adminURL: http://172.26.0.95:8774/v2/4d802f09ea1e4bfc81642e41e597bfa4 |

# keystone catalog
Service: compute
+-------------+-------------------------------------------------------------+
| Property | Value |
+-------------+-------------------------------------------------------------+
| adminURL | http://172.26.0.93:8774/v2/4d802f09ea1e4bfc81642e41e597bfa4 |
| id | 43bbb336eec64564a8aad543eddda20e |
| internalURL | http://172.26.0.94:8774/v2/4d802f09ea1e4bfc81642e41e597bfa4 |
| publicURL | http://172.26.0.95:8774/v2/4d802f09ea1e4bfc81642e41e597bfa4 |
| region | RegionOne |
+-------------+-------------------------------------------------------------+

Changed in python-openstackclient:
assignee: nobody → Martin Schuppert (mschuppert)
status: New → In Progress
Revision history for this message
Pablo Iranzo Gómez (iranzo) wrote :
Changed in python-openstackclient:
status: In Progress → Fix Committed
Changed in python-openstackclient:
status: Fix Committed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/199591
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=7af00f833f83bf375a4270bff609f62902a6c887
Submitter: Jenkins
Branch: master

commit 7af00f833f83bf375a4270bff609f62902a6c887
Author: Martin Schuppert <email address hidden>
Date: Wed Jul 8 16:15:54 2015 +0200

    openstack catalog list always returns publicURL for internalURL and adminURL

    With this change 'openstack catalog list' returns the correspoding URL for
    publicURL, internalURL and adminURL in _format_endpoints .

    Change-Id: I5d946c9d70a2d3c22a7cc77067fec8e2e9aa4940
    Closes-Bug: 1472629

Changed in python-openstackclient:
status: In Progress → Fix Committed
Changed in python-openstackclient:
importance: Undecided → Medium
Changed in python-openstackclient:
milestone: none → 1.6.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.