Fix the ironic tasks name
- add the missing "API" Change-Id: I06ccf48047d1b4ea493d169f78d95c09b7945a27
This commit is contained in:
parent
f0811d96e3
commit
93a5a5c322
@ -190,7 +190,7 @@
|
||||
- inventory_hostname in groups['haproxy']
|
||||
- "{{ 'horizon' not in haproxy_stat }}"
|
||||
|
||||
- name: Checking free port for Ironic HAProxy
|
||||
- name: Checking free port for Ironic API HAProxy
|
||||
wait_for:
|
||||
host: "{{ kolla_internal_vip_address }}"
|
||||
port: "{{ ironic_api_port }}"
|
||||
|
@ -6,7 +6,7 @@
|
||||
- ironic_inspector
|
||||
register: container_facts
|
||||
|
||||
- name: Checking free port for Ironic
|
||||
- name: Checking free port for Ironic API
|
||||
wait_for:
|
||||
host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|
||||
port: "{{ ironic_api_port }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user