openstack-python-openstackc.../openstackclient
TerryHowe 15bc2ccec9 Print warning on authentication error
At least print a warning on authentication error.  I have no
idea why an exception is being ignored here because if there
is no session, nothing is going to happen.  This at least will
print some useful warning:

    (.venv)terry@f350:~/python-openstackclient$ os flavor list --os-cloud pro
    WARNING: openstackclient.shell Possible error authenticating: __init__() got an unexpected keyword argument 'asdf'
    ERROR: openstack Authentication requires 'auth_url', which should be specified in 'HTTPClient'

This error was caused by having a bogus value 'asdf' in the cloud.yaml
for the cloud pro.

Change-Id: Ie08432e0464cfa86b3b3f67ca29d3b7d23d2f46f
2015-04-17 07:54:05 -06:00
..
api Base TokenEndpoint plugin on keystoneclient's 2015-03-11 19:16:18 +11:00
common Add support to specify volume quotas per volume type 2015-04-15 01:42:00 -04:00
compute Better help for --nic in create server 2015-04-15 21:17:00 -04:00
identity Add support to remote_id 2015-03-30 11:53:17 -04:00
image Use glanceclient's inbuilt images find 2015-04-02 11:21:07 +11: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 Add support to remote_id 2015-03-30 11:53:17 -04:00
volume Change volume create --snapshot-id to --snapshot 2015-02-06 16:45:08 -08: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 Print warning on authentication error 2015-04-17 07:54:05 -06:00