python-openstackclient/openstackclient/identity/v3
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
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
catalog.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
consumer.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
credential.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
domain.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
ec2creds.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
endpoint.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
federation_protocol.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
group.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
identity_provider.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
mapping.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
policy.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
project.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
region.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
role.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
role_assignment.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
service.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
service_provider.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
token.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00
trust.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
unscoped_saml.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
user.py take_action() method from command.Command shouldn't return 2016-02-29 17:23:29 +00:00