Merge "Use listen port for Placement precheck"

This commit is contained in:
Zuul 2020-01-30 13:17:03 +00:00 committed by Gerrit Code Review
commit 6d95d1a29b
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue with port prechecks for the Placement service. See `bug
1861189 <https://launchpad.net/bugs/1861189>`__ for details.