summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
Diffstat (limited to 'utilities')
-rwxr-xr-xutilities/ovs-sim.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/utilities/ovs-sim.in b/utilities/ovs-sim.in
index cebbd419c..7f6081596 100755
--- a/utilities/ovs-sim.in
+++ b/utilities/ovs-sim.in
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
#
-# Copyright (c) 2013, 2015 Nicira, Inc.
+# Copyright (c) 2013, 2015, 2016 Nicira, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -263,6 +263,9 @@ EOF
OVN_NB_DB=unix:$sim_base/ovn-nb/ovn-nb.sock; export OVN_NB_DB
OVN_SB_DB=unix:$sim_base/ovn-sb/ovn-sb.sock; export OVN_SB_DB
+ ovn-nbctl init
+ ovn-sbctl init
+
mkdir "$sim_base"/northd
as northd ovn-northd $daemon_opts \
--ovnnb-db="$OVN_NB_DB" \