Skip to content

Commit

Permalink
Merge pull request #1013 from stuggi/fqdn
Browse files Browse the repository at this point in the history
[v1.3.x] add .cluster.local to ephemeral heat urls
  • Loading branch information
openshift-merge-bot[bot] authored Mar 20, 2024
2 parents 8f3855d + ad83c4e commit 83c5d31
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 83c5d31

Please sign in to comment.