]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Register RA and PD config options in l3-agent
authorBrian Haley <brian.haley@hpe.com>
Tue, 12 Jan 2016 23:53:42 +0000 (18:53 -0500)
committerBrian Haley <brian.haley@hpe.com>
Wed, 13 Jan 2016 02:03:54 +0000 (21:03 -0500)
commit18ec2e424e48fd9999235deeffffbffcff91d56f
treeaae8d67f1da227fcb4d8ab180407a09e521c32fb
parent68276dc9614d47d028e46c35bf62668e253af18b
Register RA and PD config options in l3-agent

In order for the l3-agent to see the RA and PD config options,
it needs to register them when it starts.  Noticed this when I
went to override something for a test and it wouldn't work.
It now passes the config down to radvd on start so the correct
values are picked-up.

Change-Id: Iec0e0d16eed4f12af77fcd4f0b93b641b1146293
Related-Bug: #1532338
neutron/agent/l3/router_info.py
neutron/agent/l3_agent.py
neutron/agent/linux/pd.py
neutron/agent/linux/ra.py
neutron/opts.py
neutron/tests/unit/agent/l3/test_agent.py