Judging by hooks/charmhelpers/contrib/hahelpers/cluster.py,
use-https is a string, not a bool.
This commit is contained in:
parent
9fc294e196
commit
45ca9775cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user