Tidy config.yaml

This commit is contained in:
James Page 2013-03-12 13:33:31 +00:00
parent c1c0d9cd02
commit 5c422317f0
1 changed files with 2 additions and 2 deletions

View File

@ -52,13 +52,13 @@ options:
description: |
Base64 encoded SSL certificate to install and use for API ports.
.
juju set swift-proxy ssl_cert="$(cat cert | base64)" \
juju set swift-proxy ssl_cert="$(cat cert | base64)" \
ssl_key="$(cat key | base64)"
.
Setting this value (and ssl_key) will enable reverse proxying, point
Swifts's entry in the Keystone catalog to use https, and override
any certficiate and key issued by Keystone (if it is configured to
do so).
do so).
ssl_key:
type: string
description: |