Re: [ovs-dev] [PATCH v4] ovn: add ovn-nbctl

2015-03-23 Thread Ben Pfaff
On Sun, Mar 22, 2015 at 04:38:50PM -0400, 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 a

[ovs-dev] [PATCH v4] ovn: add ovn-nbctl

2015-03-22 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.