Skip to content

Commit

Permalink
ovs-sandbox: Add note about OVN to initial output.
Browse files Browse the repository at this point in the history
When you run ovs-sandbox, it finishes with a note describing the dummy
environment it has set up.  Add some additional text that indicates that
OVN is also enabled when that is the case.

Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
Acked-by: Ryan Moats <[email protected]>
  • Loading branch information
russellb committed Mar 7, 2016
1 parent ef5774e commit 79b4e6d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tutorial/ovs-sandbox
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,16 @@ cat <<EOF
----------------------------------------------------------------------
You are running in a dummy Open vSwitch environment. You can use
ovs-vsctl, ovs-ofctl, ovs-appctl, and other tools to work with the
dummy switch.
dummy switch.
EOF
if $ovn; then cat << EOF
This environment also has the OVN daemons and databases enabled.
You can use ovn-nbctl and ovn-sbctl to interact with the OVN databases.
EOF
fi
cat <<EOF
Log files, pidfiles, and the configuration database are in the
"sandbox" subdirectory.
Expand Down

0 comments on commit 79b4e6d

Please sign in to comment.