818b5f10e0
The ``verbose`` option has been deprecated for a long time and no longer exists in the config. So do not set it for our agent. Change-Id: Ief48c4d1185f2edf35152b92b2ba18339c34da47 |
||
---|---|---|
.. | ||
lib | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download devstack:
git clone https://git.openstack.org/openstack-dev/devstack.git
Add neutron-dynamic-routing to devstack. The minimal set of critical local.conf additions are following:
cd devstack cat << EOF > local.conf > [[local|localrc]] > enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing > EOF
run devstack:
./stack.sh
Notes:
- In the default case, neutron-dynamic-routing is installed in
allinone mode. In multiple nodes environment, for controller node:: cd
devstack cat << EOF > local.conf > local >
enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing
> DR_MODE=dr_plugin > EOF
- For the nodes where you want to run dr-agent::
-
cd devstack cat << EOF > local.conf > local > enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing > DR_MODE=dr_agent > EOF
- In the default case, protocol BGP is enabled for neutron-dynamic-routing. You can change "DR_SUPPORTED_PROTOCOLS" in "devstack/settings" to protocols wanted.