python-openstackclient/openstackclient/identity/v2_0
Dean Troyer 42d0b20ebc Add --or-show option to user create
The --or-show option is added to create commands for the common case
of needing to ensure an object exists and getting its properties if
it does or creating a new one if it does not exist.

Note that if the object exists, any additional options that would
set values in a newly created object are ignored if the object
exists.

FakeResource needs the __name__ attribute to fall through utils.find_resource.

Prove the concept on v2 user create then propogate once we're happy with it...

Change-Id: I6268566514840c284e6a1d44b409a81d6699ef99
2014-11-07 12:28:42 -06:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
catalog.py Mark identity v2 resources for translation 2014-10-09 14:16:45 -04:00
ec2creds.py Mark identity v2 resources for translation 2014-10-09 14:16:45 -04:00
endpoint.py Mark identity v2 resources for translation 2014-10-09 14:16:45 -04:00
project.py Mark identity v2 resources for translation 2014-10-09 14:16:45 -04:00
role.py Mark identity v2 resources for translation 2014-10-09 14:16:45 -04:00
service.py Remove ClientManager._service_catalog 2014-10-18 00:01:52 -05:00
token.py Mark identity v2 resources for translation 2014-10-09 14:16:45 -04:00
user.py Add --or-show option to user create 2014-11-07 12:28:42 -06:00