python-openstackclient/releasenotes/notes/bug_1565112-e0cea9bfbcab954f.yaml
Cedric Brandily 3a8320a1d7 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
2016-04-06 20:21:19 +02:00

7 lines
261 B
YAML

---
features:
- Support client certificate/key. Client certificate/key can be provided
using --os-cert/--os-key options, $OS_CERT/$OS_KEY environment
variables or os-client-config config.
[Bug `1565112 <https://bugs.launchpad.net/bugs/1565112>`_]