From 5c26ccff64fff364b95c6d7bba1af60329cd8c43 Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Tue, 15 May 2018 13:59:44 +0000 Subject: [PATCH] Delete the null notify Change-Id: I3789e98034b0080d2dba62f8b59fbff8b2b3e4d7 --- ansible/roles/openvswitch/handlers/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/roles/openvswitch/handlers/main.yml b/ansible/roles/openvswitch/handlers/main.yml index f0c877c86d..333941e712 100644 --- a/ansible/roles/openvswitch/handlers/main.yml +++ b/ansible/roles/openvswitch/handlers/main.yml @@ -18,7 +18,6 @@ - config_json | changed or openvswitch_db_container | changed or openvswitch_start_ovsdb_server | changed - notify: - Waiting for openvswitch_db service to be ready - Ensuring OVS bridge is properly setup @@ -30,7 +29,6 @@ changed_when: False retries: 30 delay: 2 - notify: - name: Ensuring OVS bridge is properly setup command: docker exec openvswitch_db /usr/local/bin/kolla_ensure_openvswitch_configured {{ item.0 }} {{ item.1 }}