Merge "Fix the ironic tasks name"

This commit is contained in:
Jenkins 2017-03-01 09:35:02 +00:00 committed by Gerrit Code Review
commit dafd9bfe72
2 changed files with 2 additions and 2 deletions
ansible/roles
haproxy/tasks
ironic/tasks

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