From 83ccc76900f9ca187f27eb0afa223be6f9306b39 Mon Sep 17 00:00:00 2001 From: Viswesuwara Nathan SSK Date: Tue, 8 Nov 2016 12:42:12 +0530 Subject: [PATCH] Update murano.conf Temporary fix but need to find actual solution to enable SSL. --- src/templates/mitaka/murano.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/mitaka/murano.conf b/src/templates/mitaka/murano.conf index 9188952..663952c 100644 --- a/src/templates/mitaka/murano.conf +++ b/src/templates/mitaka/murano.conf @@ -44,6 +44,6 @@ create_router = true default_dns = {{ options.default_dns }} [ssl] -cert_file = {{ options.ssl_cert }} -key_file = {{ options.ssl_key }} -ca_file = {{ options.ssl_ca }} +#cert_file = {{ options.ssl_cert }} +#key_file = {{ options.ssl_key }} +#ca_file = {{ options.ssl_ca }}