From 4235911f9e3f9bd6b7fac5359f3c9cfcfc13448e Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 21 Apr 2015 11:20:26 -0400 Subject: [PATCH] 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 --- reference/projects.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/projects.yaml b/reference/projects.yaml index 4dc4ebc98..fc7deecf4 100644 --- a/reference/projects.yaml +++ b/reference/projects.yaml @@ -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)