Skip to content

Commit ef78aef

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix monasca-grafana check" into stable/victoria
2 parents a045271 + fd10dcb commit ef78aef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/roles/monasca/handlers/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,10 @@
180180
status_code: 200
181181
register: result
182182
until: result.get('status') == 200
183-
retries: 10
183+
retries: 40
184184
delay: 2
185185
when:
186+
- kolla_action != "config"
186187
- inventory_hostname == groups[service.group]|first
187188

188189
- name: Restart remaining monasca-grafana containers

0 commit comments

Comments
 (0)