Comment 2 for bug 1565112

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

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

commit 3a8320a1d73444b3bb823300e94c3e2ee85fd6ef
Author: Cedric Brandily <email address hidden>
Date: Fri Apr 1 23:42:27 2016 +0200

    Support client certificate/key

    This change enables to specify a client certificate/key with:
     * usual CLI options (--os-cert/--os-key)
     * usual environment variables ($OS_CERT/$OS_KEY)
     * os-client-config

    Change-Id: Ibeaaa5897ae37b37c1e91f3e47076e4e8e4a8ded
    Closes-Bug: #1565112