Add Octavia repo to Neutron

Similar to Russell's OVN patch, the Octavia repository is a backend for
neutron's lbaas, targeted to be the new reference implementation in
Liberty.

For more information on Octavia:
  https://github.com/stackforge/octavia/tree/master/doc/source

And related docs about adding repositories like this to Neutron can
be found here:
  https://review.openstack.org/175952

Change-Id: If705f04986de92d386bc7f10a94a5c14eeed7697
This commit is contained in:
Doug Wiegley 2015-05-01 10:15:55 -06:00 committed by Thierry Carrez
parent f49e42fcd8
commit d1782b0283
1 changed files with 3 additions and 0 deletions

View File

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