
A tier-1 logical router allows us to advertise the static routes configured as well. This can be done by setting the advertise_route_static property to True, which is similar to advertise_route_nat, or advertise_route_connected. Until now, the router api client in the code didnt not expose advertise_route_static option. This patch adds that property to the update_advertisement method. We also set the default value to False since, the default value when we create the router is False. So unless someone wants it the default behavious stays the same. Change-Id: Ic56df4fe81ea52e43f05b1ffd0c8fbcde8f00370
VMware-NSX package
You have come across the VMware-NSX family of Neutron plugins
External Resources:
The homepage for the VMware-NSX project is on Launchpad.
Use this site for asking for help, and filing bugs. Code is available both git.openstack.org and github.
For help on usage and hacking of VMware-NSX, please send a message to the openstack-dev mailing list.
For information on how to contribute to VMware-NSX, please see the contents of the CONTRIBUTING.rst file.
Description
Languages
Python
98.5%
Shell
1.5%