Judging by hooks/charmhelpers/contrib/hahelpers/cluster.py,
use-https is a string, not a bool.
This commit is contained in:
@@ -123,8 +123,8 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
description: "Manage SSL certificates for all service endpoints."
|
description: "Manage SSL certificates for all service endpoints."
|
||||||
use-https:
|
use-https:
|
||||||
default: False
|
default: "no"
|
||||||
type: boolean
|
type: string
|
||||||
description: "Use SSL for Keystone itself. Set to 'yes' to enable it."
|
description: "Use SSL for Keystone itself. Set to 'yes' to enable it."
|
||||||
ssl_cert:
|
ssl_cert:
|
||||||
type: string
|
type: string
|
||||||
|
Reference in New Issue
Block a user