]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change rpc_support_old_agents default to False
authorBob Kukura <rkukura@redhat.com>
Fri, 4 Oct 2013 20:17:37 +0000 (16:17 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Thu, 10 Oct 2013 03:52:30 +0000 (23:52 -0400)
commit24ed85ebe4910c61010bf50ab4cd8eaa06960594
tree8e86471bbdcd33104abd52d0143994b0b7f46f0a
parent774fd17e4b2be8dacfaa13dedaaaa0703c40c73a
Change rpc_support_old_agents default to False

Changes the rpc_support_old_agents config variable default value to
False, so that the vlan_id field (redundant with the segmentation_id
field) is no longer included in RPC messages from the linuxbridge and
mlnx plugins to their corresponding L2 agents. This can be set to True
if needed to support L2 agents older than midway through the havana
cycle.

Closes-Bug: 1235323
Change-Id: I919824c5b02e28e3563e64e98bb106bf722327ec
(cherry picked from commit f969d47a959ee1aa309cb697ea6a27965278810a)
etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini
etc/neutron/plugins/mlnx/mlnx_conf.ini
neutron/plugins/linuxbridge/common/config.py
neutron/plugins/mlnx/common/config.py
neutron/tests/unit/linuxbridge/test_defaults.py