Re: [ovs-dev] [rhel --user v2 4/7] ovn: add --user option to ovn-ctl.

2015-11-29 Thread Ben Pfaff
On Fri, Nov 20, 2015 at 03:33:17AM -0800, Andy Zhou wrote: > ovs-ctl now takes --user option to start OVS daemons under the user > specified. This is a similar change in OVN to launch OVN daemons > under the specified user. > > Signed-off-by: Andy Zhou > Acked-by: Ben Pfaff > > --- > v1->v2: us

[ovs-dev] [rhel --user v2 4/7] ovn: add --user option to ovn-ctl.

2015-11-25 Thread Andy Zhou
ovs-ctl now takes --user option to start OVS daemons under the user specified. This is a similar change in OVN to launch OVN daemons under the specified user. Signed-off-by: Andy Zhou Acked-by: Ben Pfaff --- v1->v2: use USER[:GROUP] instead of USER in documentation. --- ovn/utilities/ovn-ctl