Ussuri Series Release Notes

3.0.0

New Features

  • Added support for Netmiko session logging. Session logging is disabled by default, to enable session logging set configuration option [ngs]/session_log_file.

  • Adds support for configuring the format of the name assigned to VLANs in device configuration via the ngs_network_name_format device configuration option.

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of Networking Generic Switch to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by Networking Generic Switch is Python 3.6.

Bug Fixes

  • Fixed the configuration for ngs to use ::1 instead of localhost, since the /etc/hosts is using localhost as alias for IPv4 and IPv6.

  • Fixed timeout in netmiko by setting cmd_verify to False, we don’t need to verify command echo for each command in in config_set