ovn: Rename ovn-nbd to ovn-northd.
authorRussell Bryant <rbryant@redhat.com>
Thu, 16 Apr 2015 21:13:54 +0000 (17:13 -0400)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Apr 2015 23:47:58 +0000 (16:47 -0700)
commit91ae206597a8944fe0d3a1d9ef1133f90f5e5c1c
tree7de41a0724f55cafa6eff0105364b0b42436335d
parent1d4e6b55b50ce8455ff94593f18ef84a25a24680
ovn: Rename ovn-nbd to ovn-northd.

It came up in a recent discussion that the use of 'nbd' could cause
confusion since nbd is used for "Network Block Device", which may be
used in many of the same environments that OVN would be used in.

To avoid the possible issue, just rename ovn-nbd to ovn-northd.
While we're at it, create a subdirectory under ovn/ to hold all files
related to ovn-northd.  For now it's just a single C file, but we
may add more source files in the future.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ovn/.gitignore
ovn/TODO
ovn/automake.mk
ovn/northd/.gitignore [new file with mode: 0644]
ovn/northd/automake.mk [new file with mode: 0644]
ovn/northd/ovn-northd.c [new file with mode: 0644]
ovn/ovn-architecture.7.xml
ovn/ovn-nb.xml
ovn/ovn-nbd.c [deleted file]
ovn/ovn-sb.xml
tutorial/ovs-sandbox