Add networking-ovn repo to Neutron.

The networking-ovn repository is a Neutron driver for connecting to
OVN.  OVN is virtual networking control plane being rapidly developed
as a part of the Open vSwitch project.  For more information about
OVN:

  http://networkheresy.com/2015/01/13/ovn-bringing-native-virtual-networking-to-ovs/
  http://blog.russellbryant.net/category/ovn/

Some related docs about adding repositories like this to Neutron can
be found here:

  https://review.openstack.org/175952

Change-Id: I153a5b4f89677b070aa8d038b04e9c35a1cc2fa9
This commit is contained in:
Russell Bryant 2015-04-21 11:20:26 -04:00
parent b70b43bb9f
commit 4235911f9e
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ Neutron:
tags:
- name: release:independent
- name: release:has-stable-branches
- repo: openstack/networking-ovn
tags:
- name: release:independent
Cinder:
ptl: Mike Perez (thingee)