ovs-ctl: Allow selective start for db and switch
authorAaron Conole <aconole@redhat.com>
Thu, 24 Mar 2016 17:42:29 +0000 (13:42 -0400)
committerBen Pfaff <blp@ovn.org>
Fri, 25 Mar 2016 15:35:45 +0000 (08:35 -0700)
commit7fc28c50c0128a0c72853f8f243fd5045bcb9917
tree9b4c5a353e59d8632177fc4c50f033cc222910d7
parent2eb5deea6d4f7a53206375409344ea52f44ecd29
ovs-ctl: Allow selective start for db and switch

Currently, ``ovs-ctl start'' will attempt to start both the DB and
vswitchd. This is quite convenient when the database already has all of
the configuration values required, and when using a single services file
for systemd integration. The same goes for the ``ovs-ctl stop'' command.

However, there are some cases which are not easily covered. The case
where we want to set values in the database prior to starting the
forwarding path, as well as the case of supporting multiple service
files, one per daemon (which is how systemd expects services to look).

Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS
utilities/ovs-ctl.8
utilities/ovs-ctl.in