[openstack-announce] [release][neutron] networking-cisco 3.1.0 release
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 19 19:51:48 UTC 2016
We are jubilant to announce the release of:
networking-cisco 3.1.0: Networking Cisco contains the Cisco vendor
code for OpenStack Neutron
With source available at:
http://git.openstack.org/cgit/openstack/networking-cisco
Please report issues through launchpad:
http://bugs.launchpad.net/networking-cisco
For more details, please see below.
Changes in networking-cisco 3.0.0..3.1.0
----------------------------------------
2d3d174 VNIC Template support in ML2 UCS Manager plugin
a304e7b Changes logging of transient issue from error to debug type
6936273 Do not update host_id on ports for routers in hosting devices
74fceaa Catch DB exceptions defined in oslo_db instead of MySQL
b19b608 Retry if HA group info is not found for HA enabled router
Diffstat (except docs and test files)
-------------------------------------
etc/neutron/plugins/ml2/ml2_conf_cisco.ini | 3 +
.../alembic_migrations/versions/EXPAND_HEAD | 2 +-
...1026b281_add_support_for_ucsm_vnic_templates.py | 39 +++
.../plugins/cisco/cfg_agent/cfg_exceptions.py | 6 +
.../device_drivers/asr1k/asr1k_cfg_syncer.py | 9 +-
.../device_drivers/asr1k/asr1k_cfg_validator.py | 3 +-
.../device_drivers/asr1k/asr1k_routing_driver.py | 35 ++-
.../device_drivers/csr1kv/csr1kv_routing_driver.py | 7 +-
.../device_drivers/csr1kv/iosxe_routing_driver.py | 11 +-
.../service_helpers/routing_svc_helper.py | 20 +-
networking_cisco/plugins/cisco/common/utils.py | 22 +-
networking_cisco/plugins/cisco/db/l3/ha_db.py | 58 ++++-
.../plugins/cisco/db/l3/l3_router_appliance_db.py | 21 +-
.../vif_hotplug_plugging_driver.py | 7 +-
networking_cisco/plugins/cisco/extensions/ha.py | 1 +
.../cisco/l3/rpc/l3_router_cfg_agent_rpc_cb.py | 32 ---
.../plugins/ml2/drivers/cisco/ucsm/config.py | 66 +++++-
.../plugins/ml2/drivers/cisco/ucsm/constants.py | 7 +-
.../ml2/drivers/cisco/ucsm/mech_cisco_ucsm.py | 82 ++++++-
.../plugins/ml2/drivers/cisco/ucsm/ucsm_db.py | 50 +++-
.../plugins/ml2/drivers/cisco/ucsm/ucsm_model.py | 15 +-
.../ml2/drivers/cisco/ucsm/ucsm_network_driver.py | 261 +++++++++++++++------
.../cisco/cfg_agent/test_routing_svc_helper.py | 38 ++-
.../cisco/l3/test_ha_l3_router_appliance_plugin.py | 55 ++++-
.../l3/test_l3_routertype_aware_schedulers.py | 7 +-
.../drivers/cisco/ucsm/test_cisco_ucsm_common.py | 41 +++-
.../drivers/cisco/ucsm/test_cisco_ucsm_driver.py | 135 +++++++++++
27 files changed, 814 insertions(+), 219 deletions(-)
More information about the OpenStack-announce
mailing list