]> 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)
committerBob Kukura <rkukura@redhat.com>
Sun, 6 Oct 2013 16:01:38 +0000 (12:01 -0400)
commitf969d47a959ee1aa309cb697ea6a27965278810a
treee714c7dab9158be382e3ab77f48b9d3e3ac3ae14
parentffe1cb4cec689d9070bf035d7b90df4ea447778b
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
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