From 069809cca3e0988ae78c2ffce560ee89fe121af8 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Mon, 13 Feb 2017 11:21:29 +0000 Subject: [PATCH] Local dependencies should not be addressed They are not being tracked in etcd and should not be listed in dependencies. Change-Id: I02d1e807f2f2689d2cb3de375acbfa52267297c1 --- service/openvswitch-vswitchd.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/service/openvswitch-vswitchd.yaml b/service/openvswitch-vswitchd.yaml index 989ea82..7211671 100644 --- a/service/openvswitch-vswitchd.yaml +++ b/service/openvswitch-vswitchd.yaml @@ -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