Delete the null notify

Change-Id: I3789e98034b0080d2dba62f8b59fbff8b2b3e4d7
This commit is contained in:
ZhijunWei 2018-05-15 13:59:44 +00:00
parent ef9944aa1f
commit 5c26ccff64

View File

@ -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 }}