Comment 5 for bug 1418837

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/226922
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=b33cdec92ab3707886c12f49e9db27981114b35d
Submitter: Jenkins
Branch: master

commit b33cdec92ab3707886c12f49e9db27981114b35d
Author: Sean Perry <email address hidden>
Date: Wed Sep 23 10:39:13 2015 -0700

    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