Local dependencies should not be addressed

They are not being tracked in etcd and should not be
listed in dependencies.

Change-Id: I02d1e807f2f2689d2cb3de375acbfa52267297c1
This commit is contained in:
Andrey Pavlov 2017-02-13 11:21:29 +00:00
parent a03835c453
commit 069809cca3
1 changed files with 0 additions and 3 deletions

View File

@ -22,13 +22,10 @@ service:
- name: vswitchd-check-ovs-db
command: ovs-vsctl --no-wait show
dependencies:
- vswitchd-bootstrap
- openvswitch-db:local
# {% for net in neutron.physnets %}
- name: vswitchd-setup-ovs-bridge-{{ net.name }}
command: /usr/local/bin/ovs-ensure-configured.sh {{ net.bridge_name }} {{ net.interface }}
dependencies:
- vswitchd-check-ovs-db
# {% endfor %}
daemon:
command: /usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock --mlockall