From ecfc28dbd37dc501f6bef45eb0183fb81978b44f Mon Sep 17 00:00:00 2001 From: Mark Giles Date: Fri, 27 Apr 2018 12:12:18 -0400 Subject: [PATCH] Add endpoint type specifications to murano config Setting endpoint_type to internalURL in the murano config allows murano to work properly when using self-signed certificates. Change-Id: I5873f92994d790d597ec5e97163bbf8001c362b9 --- ansible/roles/murano/templates/murano.conf.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible/roles/murano/templates/murano.conf.j2 b/ansible/roles/murano/templates/murano.conf.j2 index d9d1e43d70..3c9641f4ef 100644 --- a/ansible/roles/murano/templates/murano.conf.j2 +++ b/ansible/roles/murano/templates/murano.conf.j2 @@ -74,3 +74,15 @@ password = {{ murano_keystone_password }} user_domain_name = {{ default_project_domain_name }} {% endif %} {% endif %} + +[neutron] +endpoint_type = internalURL + +[heat] +endpoint_type = internalURL + +[glance] +endpoint_type = internalURL + +[mistral] +endpoint_type = internalURL