Comment 2 for bug 1734945

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

Reviewed: https://review.openstack.org/532217
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=77143d43dc50c9609651d227c7571fcd57565ef8
Submitter: Zuul
Branch: master

commit 77143d43dc50c9609651d227c7571fcd57565ef8
Author: Zhao Chao <email address hidden>
Date: Tue Jan 9 15:43:11 2018 +0800

    Migrate to keystoneauth identity cli opts.

    Use keystoneauth1 to parse keystone authentication arguments. Previously
    these arguments are parsed in the different service clients seperately.
    Use keystoneauth1 instead will make this consistent across projects and
    less error-prone.

    This change is inspired by NovaClient.

    Co-Authored-By: Morgan Fainberg <email address hidden>
    Co-Authored-By: David Hu <email address hidden>
    Co-Authored-By: Monty Taylor <email address hidden>

    Closes-Bug: #1734945

    Change-Id: I3c5141eeddd3747ff542e95b04e4848470ad9508
    Signed-off-by: Zhao Chao <email address hidden>