Skip to content
Snippets Groups Projects
Commit 6d95d1a2 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use listen port for Placement precheck"

parents ab797c1a 49b30a26
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
placement_api: "{{ placement_services['placement-api'] }}"
wait_for:
host: "{{ api_interface_address }}"
port: "{{ placement_api_port }}"
port: "{{ placement_api_listen_port }}"
connect_timeout: 1
timeout: 1
state: stopped
......
---
fixes:
- |
Fixes an issue with port prechecks for the Placement service. See `bug
1861189 <https://launchpad.net/bugs/1861189>`__ for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment