Skip to content

Commit

Permalink
add .cluster.local to ephemeral heat urls
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Mar 19, 2024
1 parent 3fa9fe5 commit 781995d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/openstackephemeralheat/bin/heat.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
debug=True
verbose=True
transport_url=rabbit://guest:guest@{{.RabbitMQHost}}:5672/?ssl=0
transport_url=rabbit://guest:guest@{{.RabbitMQHost}}.cluster.local:5672/?ssl=0
api_workers=3
rpc_workers=3
keystone_backend=heat.engine.clients.os.keystone.fake_keystoneclient.FakeKeystoneClient
Expand All @@ -14,7 +14,7 @@ convergence_engine=True
num_engine_workers=4
rpc_response_timeout=600
[database]
connection=mysql+pymysql://heat:{{.MariaDBPassword}}@{{.MariaDBHost}}/heat
connection=mysql+pymysql://heat:{{.MariaDBPassword}}@{{.MariaDBHost}}.cluster.local/heat
max_retries=-1
db_max_retries=-1
[paste_deploy]
Expand Down

0 comments on commit 781995d

Please sign in to comment.