Got rid of passthrough properties
We are now building with a version of snapcraft and snapd that doesn't need the passthrough property for "after" commands in a daemon. We can get rid of the properties, which will allow us to upload to the snap store automatically, as a bonus. Change-Id: I6defdac64f7b61a2894f3d6417597f7d03bc61d4
This commit is contained in:
@@ -176,7 +176,6 @@ apps:
|
|||||||
ovs-vswitchd:
|
ovs-vswitchd:
|
||||||
command: ovs-wrapper $SNAP/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server --no-monitor --system-id=random start
|
command: ovs-wrapper $SNAP/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server --no-monitor --system-id=random start
|
||||||
stop-command: ovs-wrapper $SNAP/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server stop
|
stop-command: ovs-wrapper $SNAP/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server stop
|
||||||
passthrough:
|
|
||||||
after: [ovsdb-server]
|
after: [ovsdb-server]
|
||||||
daemon: forking
|
daemon: forking
|
||||||
# plugs:
|
# plugs:
|
||||||
@@ -217,7 +216,6 @@ apps:
|
|||||||
external-bridge:
|
external-bridge:
|
||||||
command: wait-on-init setup-br-ex
|
command: wait-on-init setup-br-ex
|
||||||
daemon: oneshot
|
daemon: oneshot
|
||||||
passthrough:
|
|
||||||
after: [ovs-vswitchd]
|
after: [ovs-vswitchd]
|
||||||
# plugs:
|
# plugs:
|
||||||
# - network
|
# - network
|
||||||
|
|||||||
Reference in New Issue
Block a user