Merge "Ansible does not wait for virtual IP to appear"

This commit is contained in:
Jenkins 2015-09-10 12:17:13 +00:00 committed by Gerrit Code Review
commit 3932b83815

View File

@ -46,3 +46,6 @@
command: docker exec haproxy /opt/kolla/ensure_latest_config.sh
register: status
changed_when: status.stdout.find('changed') != -1
- name: Waiting for virtual IP to appear
wait_for: host="{{ kolla_internal_address }}" port="{{ mariadb_port }}"