Merge pull request #86 from xarses/redis

Redis
This commit is contained in:
Łukasz Oleś 2015-06-10 12:47:40 +02:00
commit 90d7f13f37
2 changed files with 6 additions and 0 deletions

View File

@ -26,3 +26,6 @@
- {{ bind['value']['src'] }}:{{ bind['value']['dst'] }}:{{ bind['value'].get('mode', 'ro') }}
{% endfor %}
{% endif %}
- name: wait for glance api
wait_for: host={{ ip }} port=9393 timeout=20

View File

@ -27,3 +27,6 @@
- {{ bind['value']['src'] }}:{{ bind['value']['dst'] }}:{{ bind['value'].get('mode', 'ro') }}
{% endfor %}
{% endif %}
- name: wait for glance registry
wait_for: host={{ ip }} port=9191 timeout=20