rhel: Use same rundir for ovs and ovn.
authorRussell Bryant <rbryant@redhat.com>
Wed, 26 Aug 2015 21:46:53 +0000 (17:46 -0400)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Aug 2015 18:31:13 +0000 (11:31 -0700)
commit681a4a21adc464f5aa3a7943fd2125a64b6bf6e6
treedde3447542d1a7d4372c7d21ad465b57e5a7fba9
parent4fe04a7e6ded9ec24b7379f6227d15d3ff4f577f
rhel: Use same rundir for ovs and ovn.

The previous systemd units for OVN had systemd create a rundir for
each daemon (ovn-northd and ovn-controller).  This "worked", in that
the services did start successfully.  However, they didn't actually
work.  In practice, both services make use of files in the main ovs
rundir, so just run everything from there.  It keeps things simple and
makes the services actually work.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
rhel/openvswitch-fedora.spec.in
rhel/usr_lib_systemd_system_ovn-controller.service
rhel/usr_lib_systemd_system_ovn-northd.service