python-openstackclient/openstackclient/identity
Mohan Muppidi 3d7430463c take_action() method from command.Command shouldn't return
command.Command and command.Showone are base classes implemented
in cliff framework. Showone extends Command to allow take_action()
to return data to be formatted using a user-selectable formatter.
Most of the classes which are extended from Command in
openstackclient/identity/v3/ in some cases return data or return
nothing where it is not necessary, this commit fixes most of them.

Change-Id: I84c72ea4d6680f8bdbef5449316dd9a8af8c8286
Closes-Bug: 1550892
2016-02-29 17:23:29 +00:00
..
v2_0 Support unscoped token request 2016-02-19 16:07:13 -08:00
v3 take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
common.py Fix "sevice show" cannot catch NoUniqueMatch Exception 2015-12-09 05:47:12 +08:00