From: Wei Shao Date: Tue, 1 Dec 2015 20:08:07 +0000 (+0000) Subject: Support L3-neutron agent as an option for L3 X-Git-Tag: brahmaputra.1.0~20^2~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F3839%2F2;p=genesisreq.git Support L3-neutron agent as an option for L3 Because ODL Lithium doesn't support IPv6 in ODL-L3, in order to set up IPv6 in integrated OS+ODL environment, we need to use neutron-l3-agent instead of odl-l3, and ODL will be used only for L2 connectivity. See our gap analysis https://wiki.opnfv.org/ipv6_opnfv_project/ipv6_gap_odl. Therefore we have created this JIRA issue "Support L3-neutron agent as an option for L3 for setting up". JIRA: GENESIS-72 Change-Id: I86d7cdf6b8a802a5766f57fe33e9c8b4b7916b78 Signed-off-by: Wei Shao --- diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index 93da2f7..f5e0be5 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -59,6 +59,9 @@ Network setup and configuration related requirements * `Jira GENESIS-43 `_: Neutron DHCP servers should be configured in HA per tenant +* `Jira GENESIS-72