openstack-python-openstackc.../openstackclient/identity
Sean Perry b33cdec92a Mark arguments for 'credential' commands as required
According to the [1], 'user_id', 'type', and 'blob' are all required
arguments for 'credential set' but the code treats them as optional. Set the
'required' flag and remove logic supporting missing arguments.

[1]: https://github.com/openstack/keystone-specs/blob/master/api/v3/identity-api-v3.rst#credentials-v3credentials "spec"

Change-Id: I597c9616ad744385fc6dd92379feb03daec54458
Closes-Bug: #1418837
2015-09-30 15:33:45 -07:00
..
v2_0 Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
v3 Mark arguments for 'credential' commands as required 2015-09-30 15:33:45 -07:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Do not set default versions in parsed args 2015-07-18 06:28:09 -06:00
common.py Fix the way we call find_resource when only using ID 2015-07-16 06:31:46 +00:00