Re: [ovs-dev] [PATCH] ovn: add start of ovn-nbctl

2015-03-19 Thread Russell Bryant
> On Mar 19, 2015, at 4:02 PM, Russell Bryant wrote: > > ovn-nbctl is intended to be a utility for manually interacting with > the OVN northbound db. A real consumer of OVN, such as OpenStack, > should be using ovsdb directly. However, a utility like this is > useful during development and te

[ovs-dev] [PATCH] ovn: add start of ovn-nbctl

2015-03-19 Thread Russell Bryant
ovn-nbctl is intended to be a utility for manually interacting with the OVN northbound db. A real consumer of OVN, such as OpenStack, should be using ovsdb directly. However, a utility like this is useful during development and testing of both ovn itself as well as the OpenStack Neutron plugin.