summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-30 17:31:24 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:36 +0000
commit2d40d580f051827a7ee857cc7fb7e5454ae91332 (patch)
tree72c41d0e3c903cf3c8888be73e5c3ae5323d7aa7
parent5b200971bb787369332e204bbee5a1caac008ffb (diff)
downloaddefinitions-2d40d580f051827a7ee857cc7fb7e5454ae91332.tar.gz
Return explicitly success
-rw-r--r--openstack/usr/share/openstack/create_openvswitch_veth_pairs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack/usr/share/openstack/create_openvswitch_veth_pairs b/openstack/usr/share/openstack/create_openvswitch_veth_pairs
index 632efd49..a239ac73 100644
--- a/openstack/usr/share/openstack/create_openvswitch_veth_pairs
+++ b/openstack/usr/share/openstack/create_openvswitch_veth_pairs
@@ -28,3 +28,5 @@ ip link set eth1-br-proxy up promisc on
ip link set ex-br-proxy up promisc on
ip link set proxy-br-eth1 up promisc on
ip link set proxy-br-ex up promisc on
+
+exit 0