Fix the ironic tasks name

- add the missing "API"

Change-Id: I06ccf48047d1b4ea493d169f78d95c09b7945a27
This commit is contained in:
caoyuan 2017-03-01 09:36:17 +08:00
parent f0811d96e3
commit 93a5a5c322
2 changed files with 2 additions and 2 deletions

View File

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

View File

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