Comment 13 for bug 1256009

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/98718
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=6ee0b28e64b55a5d2a83a2cfe6be72e2c072f1c0
Submitter: Jenkins
Branch: master

commit 6ee0b28e64b55a5d2a83a2cfe6be72e2c072f1c0
Author: Laurens Van Houtven <email address hidden>
Date: Mon Jun 9 11:12:15 2014 +0200

    Filter endpoints by region whenever possible

    Previously, the endpoints command just returned the first endpoint. This
    was not very useful; people expected to see the endpoints in the region
    they specified. This patch does the following:

    - If there's only one endpoint, use that.
    - If there's a specific one for your region, use that.
    - If there isn't, warn, and show the other ones.

    Closes-Bug: #1256009
    Change-Id: I70b82bdffb9b2e3da415a3bb941bcff287e39789