Forcing heat to use internal URLs

Change-Id: I0e70a541319db7392353dbedcfe57e727a32e456
This commit is contained in:
Andrey Pavlov 2016-11-22 16:32:29 +00:00
parent e97389a945
commit 5c9de4030b
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}