Comment 4 for bug 1459629

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

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

commit b2cf651100b2a6dc1b934b86390eff94ef9f8fdc
Author: TerryHowe <email address hidden>
Date: Thu May 28 07:27:24 2015 -0600

    Fix security group list command

    Security group list command tries to get a project list and
    this may fail with a multitude of exceptions including but
    not limited to 401, 404, ConnectionRefused and EndpointNotFound.
    Rather than try to capture every possibility, this patch just
    catches the base class. Converting project ids to names is
    less important than having a working security group list command.

    Change-Id: I68214d2680bad907f9d04ad3ca2f62cf3feee028
    Closes-Bug: #1459629