Merge "Use listen port for Placement precheck"
This commit is contained in:
commit
6d95d1a29b
@ -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
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user