]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add sanity_check for keepalived ipv6 support
authorsridhargaddam <sridhar.gaddam@enovance.com>
Mon, 30 Mar 2015 05:11:01 +0000 (05:11 +0000)
committersridhargaddam <sridhar.gaddam@enovance.com>
Fri, 19 Jun 2015 09:11:01 +0000 (09:11 +0000)
commita04f44412bca2fce75ee32d16c71f6787b8a1682
tree7216c34174049b63004f540846e2a32d51a1570d
parent345ffb99ef92f567562c178c57b9c110740a3767
Add sanity_check for keepalived ipv6 support

Currently Neutron does not validate the version of Keepalived.
In order to support configuring IPv6 default route, the minimum
version [1] of keepalived that is required is 1.2.10
This patch validates the required support in keepalived.

Although keepalived changelog mentions that IPv6 virtual_routes and
static_routes are supported in version 1.2.8, it is seen that in
v1.2.8 IPv6 default route is not supported. Support for default route
is added in keepalived v1.2.10. Observations on v1.2.8 are captured
at the following link - http://paste.openstack.org/show/165403/

[1] - http://www.keepalived.org/changelog.html

Closes-Bug: #1415756
Change-Id: I768ae233d2c2e24df93a4736ef6d8f4005770fa5
neutron/cmd/sanity/checks.py
neutron/cmd/sanity_check.py
neutron/tests/functional/sanity/test_sanity.py