Remove deprecated ssl options

Old deprecated ssl options block the new keystoneauth parser get the
correct value, should be removed.

Change-Id: Ie080f9a8fa7f4407b1fcbb7fb7c763152c5ec295
Closes-Bug: 1697163
This commit is contained in:
Rui Yuan Dou
2017-08-08 11:06:39 +08:00
parent c0677ad425
commit 8e862b6018
4 changed files with 10 additions and 34 deletions
@@ -0,0 +1,9 @@
---
other:
- |
The following options to the command line client, which have been
deprecated since Icehouse, have been removed:
* ``--key-file`` (use ``--os-key`` instead)
* ``--ca-file`` (use ``--os-cacert`` instead)
* ``--cert-file`` (use ``--os-cert`` instead)