python-openstackclient/openstackclient
TerryHowe b2cf651100 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
2015-06-02 08:55:54 -06:00
..
api Add --os-cloud support 2015-04-18 23:04:51 -05:00
common Send the correct user-agent to Keystone 2015-05-11 17:00:39 -07:00
compute Fix security group list command 2015-06-02 08:55:54 -06:00
identity Enable specifing domains in "role add" 2015-05-12 11:48:01 +03:00
image Minor fix to openstack image show command 2015-05-01 08:44:59 -07:00
network Add project and domain params to network create 2015-03-19 23:49:02 -07:00
object Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
tests Merge "Add os-client-config cli tests" 2015-05-11 19:52:42 +00:00
volume Adds support for container selection for backup 2015-04-21 18:45:54 +02:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Add translation markers for user v2 actions 2014-10-09 14:47:19 -04:00
shell.py Fix insecure/verify options 2015-05-17 08:52:03 -06:00