Add deprecation notices for old SSL options in config.yaml...

Specifically for... `enable-pki`, `https-service-endpoints` and
`use-https`.

Change-Id: Ica2dfc39dc550b1aa43e178ae29fb333eeaca572
This commit is contained in:
Frode Nordahl 2018-05-14 14:31:34 +02:00
parent dc5ccac491
commit a66dfe1186
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 17 additions and 3 deletions

View File

@ -123,7 +123,11 @@ options:
enable-pki:
type: string
default: "false"
description: Enable PKI token signing.
description: |
Enable PKI token signing.
.
[DEPRECATED] This option should no longer be used.
This option will be removed in a future release.
preferred-api-version:
type: int
default:
@ -355,14 +359,24 @@ options:
https-service-endpoints:
type: string
default: "False"
description: Manage SSL certificates for all service endpoints. This option
description: |
Manage SSL certificates for all service endpoints. This option
should be False when specifying ssl\_\* options.
.
[DEPRECATED] This option should no longer be used.
Provide SSL certificate data through the ssl\_\* options.
This option will be removed in a future release.
use-https:
type: string
default: "no"
description: Use SSL for Keystone itself using a charm-generated CA. Set to
description: |
Use SSL for Keystone itself using a charm-generated CA. Set to
'yes' to enable it. This option should be 'no' when specifying ssl\_\*
options.
.
[DEPRECATED] This option should no longer be used.
Provide SSL certificate data through the ssl\_\* options.
This option will be removed in a future release.
ssl_cert:
type: string
default: