From 45ca9775cd265894e1d5a478a75cf6df391a5a2f Mon Sep 17 00:00:00 2001 From: Ante Karamatic Date: Mon, 3 Mar 2014 20:39:38 +0100 Subject: [PATCH] Judging by hooks/charmhelpers/contrib/hahelpers/cluster.py, use-https is a string, not a bool. --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 2afb17e2..a2ce62ac 100644 --- a/config.yaml +++ b/config.yaml @@ -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