Comment 3 for bug 1999775

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

Reviewed: https://review.opendev.org/c/openstack/python-manilaclient/+/867337
Committed: https://opendev.org/openstack/python-manilaclient/commit/43943fdf670328e2fe606c07949190e9e45063ae
Submitter: "Zuul (22348)"
Branch: master

commit 43943fdf670328e2fe606c07949190e9e45063ae
Author: Maurice Escher <email address hidden>
Date: Thu Dec 15 13:42:40 2022 +0100

    Support --os-key option

    keystoneclient Session expects as cert argument, one of the followings:
     * None (no client certificate),
     * a path to client certificate,
     * a tuple with client certificate/key paths.

    The change updates manilaclient code to support the last case (ie:
    os_cert and os_key are non-empty) with the --os-key option
    and OS_KEY environment variable.

    Closes-Bug: #1999775
    Change-Id: I09313b7c55a5f9d4ec032a37e69a1d79db29d648