Ussuri Series Release Notes¶
12.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. Last release of Networking-bgpvpn to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by Networking-bgpvpn is Python 3.6.
Horizon is now an optional dependency of networking-bgpvpn as the GUI support is optional. This means Horizon will not be installed automatically. The horizon dependency is now declared in
extras
section insetup.cfg
. If you would like to enable the GUI support, you can install the dependencies usingpython -m pip install networking-bgpvpn[horizon]
(or.[horizon]
in case you install it from the source code).