From 5c9de4030b4385ed77817291cede5e72431ab4ca Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Tue, 22 Nov 2016 16:32:29 +0000 Subject: [PATCH] Forcing heat to use internal URLs Change-Id: I0e70a541319db7392353dbedcfe57e727a32e456 --- service/files/heat.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/files/heat.conf.j2 b/service/files/heat.conf.j2 index ac5e8ce..c704b36 100644 --- a/service/files/heat.conf.j2 +++ b/service/files/heat.conf.j2 @@ -6,6 +6,9 @@ use_forwarded_for = True region_name_for_services = RegionOne rpc_backend = rabbit +[clients] +endpoint_type = internalURL + [database] connection = mysql+pymysql://{{ heat.db.username }}:{{ heat.db.password }}@{{ address(service.database) }}/{{ heat.db.name }}