]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Validate local_ip for Linuxbridge agent
authorLi Ma <skywalker.nick@gmail.com>
Wed, 30 Jul 2014 02:09:53 +0000 (19:09 -0700)
committerLi Ma <skywalker.nick@gmail.com>
Fri, 19 Dec 2014 11:28:33 +0000 (03:28 -0800)
commit9fc45cee5af611c888655c0c975b1ac5dde89200
treedc07ac9ed10e8eea68c72e3221fd559e12beee3b
parenta8234739a2087bbf75bd274c7afd31679a1f954f
Validate local_ip for Linuxbridge agent

As oslo.config has introduced Opts for IPv4/6 address,
the local_ip of linuxbridge agent needs to be verified.

Change-Id: I806eaae38c04e30dd81c8a5f711c196946b04316
neutron/plugins/linuxbridge/common/config.py