Judging by hooks/charmhelpers/contrib/hahelpers/cluster.py,

use-https is a string, not a bool.
This commit is contained in:
Ante Karamatic 2014-03-03 20:39:38 +01:00
parent 9fc294e196
commit 45ca9775cd

View File

@ -123,8 +123,8 @@ options:
type: string
description: "Manage SSL certificates for all service endpoints."
use-https:
default: False
type: boolean
default: "no"
type: string
description: "Use SSL for Keystone itself. Set to 'yes' to enable it."
ssl_cert:
type: string