Merge "Fix grafana post-config check"

This commit is contained in:
Jenkins 2017-07-24 12:19:30 +00:00 committed by Gerrit Code Review
commit ca5c48bd2f

View File

@ -1,7 +1,7 @@
---
- name: Wait for grafana application ready
uri:
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}"
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}/login"
status_code: 200
register: result
until: result.status == 200