Changelog for
python-networking-cisco-test-4.0.0-25.5.noarch.rpm :
* Mon Jan 30 2017 dmuellerAATTsuse.com- go back to 4.0.0 release
* Wed Jan 04 2017 cloud-develAATTsuse.de- Update to version networking-cisco-4.0.1.dev10:
* Update networking-cisco README
* Fri Dec 23 2016 cloud-develAATTsuse.de- Update to version networking-cisco-4.0.1.dev8:
* Fixes timeout exception raised by config agent during a router sync
* Wed Dec 07 2016 cloud-develAATTsuse.de- Update to version networking-cisco-4.0.1.dev7:
* Adds router support for more than one external network
* Add support for in-tree release notes
* Tue Dec 06 2016 cloud-develAATTsuse.de- Update to version networking-cisco-4.0.1.dev4:
* Use exceptions and constants from neutron_lib
* Fri Nov 25 2016 nicolas.bockAATTsuse.com- Update to version networking-cisco-4.0.1.dev3:
* CPNR plugin is changed to use cisco_pnr.ini for configuration
* Mon Oct 24 2016 nicolas.bockAATTsuse.com- Updated spec file with upstream changes
* Mon Oct 24 2016 nicolas.bockAATTsuse.com- Update to version networking-cisco-4.0.1.dev2:
* Fix a typo in rootwrap.conf,cisco-apic.filters and cpnr.filters 4.0.0
* Retry fip and router port status updates that fail due to DB errors
* Changing coverage target names
* Clean up backward compatibility flags
* Make sure test imports are separate from runtime code
* Handle deleted router gracefully when processing router backlog
* Support for https with Nexus fabric enabler
* Add missing %s in print message
* Added GBP workflow for floating IPs
* Remove white space between print and ()
* Devstack support for Native FW and Phy ASA driver in SAF
* Add plugging driver for ACI integration
* Revert \"Fix router creation\"
* SIGTERM handler added to CPNR Relay plugin
* Added floating IP precommit call
* Generalize route cleanup
* Fixes agent scheduler related UT failures
* Fix router creation
* Fix Nexus Copyright messages
* Fix test_migrations
* Restore coverage test operation
* TrivialFix: Remove logging import unused
* Fixes for UT failures in master
* Remove neutron dependency from test_cisco_mech.py
* Resolve comments in debug for OSP issue 1607847
* Fix recent ASR1K pep8 issue
* Wed Aug 24 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev17:
* Add master tox env and allow all ostestr arguments
* Generalize routing service helper
* Tue Aug 23 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev14:
* Nexus threads prematurely terminating sessions
* Add routertype driver callouts to L3 Plugin
* Sat Aug 20 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev10:
* UCSM plugin: Support for SP sub-orgs and hostnames with extensions
* Fri Aug 19 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev9:
* Pin networking-cisco upper-constraits to stable/mitaka
* Sat Aug 06 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev8:
* Resolve recent batch of unit tests failures
* Sun Jul 31 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev7:
* Set default DNS attribute value
* Fri Jul 15 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev6:
* UT Fix: Skip DVR related test
* Wed Jul 13 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev5:
* Add manila as valid device_owner
* Sun Jul 03 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev4:
* Correctly determine router for floatingip
* Tue Jun 28 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev3:
* Handle deleted port gracefully when populating hosting info
* Fri Jun 24 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.2.1.dev1:
* Fix wrong usage of novaclient 3.2.0
* Tue Jun 07 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev19:
* Use --subproject instead of deprecated --service option
* Wed Jun 01 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev17:
* Fix issues seen in cisco router install scripts with Keystone
* Fri May 27 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev16:
* UCSM : Local Multi-VLAN trunk network and QoS Policy support
* Changes to acl naming
* Wed May 25 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev14:
* Address cfg-sync removal of valid ASR config
* Fix ASR clean-up for empty neutron-db
* Tue May 24 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev11:
* Address configuration clash in multi-region setup
* Thu May 19 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev9:
* Ensure global router cleanup An additional method is introduced as part of the backlog processing loop that scans global routers. If there are global routers associated to a hosting device without any associated tenant routers or redundancy routers having their gateway set on that hosting device, then it will delete those global routers. The logical global router is also conditionally removed (when all global routers are deleted)
* Corrects router misprogramming after device reboot
* Fri May 13 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev5:
* Address double-resync of hardware hosting-devices
* Thu May 12 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev3:
* Fix DHCP option 121 parsing
* Mon May 09 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.1.dev1:
* Switch to using hacking checks from neutron-lib
* Thu Apr 21 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.1.0: 3.1.0
* VNIC Template support in ML2 UCS Manager plugin
* Wed Apr 13 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.0.1.dev6:
* Changes logging of transient issue from error to debug type
* Do not update host_id on ports for routers in hosting devices
* Catch DB exceptions defined in oslo_db instead of MySQL
* New neutron plugin code to support CPNR product
* Added flexibility to add openstack client auth credentials to our cfg file 1. Change the authentication syntax to be more aligned with auth_section in preparation of using auth plugin in the future. i.e., instead of using admin_user_name, use username... 2. Added more flexibility that if those authentication credential fields are not present in openstack configure file, we can add them in our enabler_conf.ini. To do that, we here eliminated the dependency on nova config file. 3. If a field is present in both openstack and our enabler_conf.ini, our config file will overwrite 4. In the future, we will totally eliminate the reading of openstack config file. But for now, we don\'t want much code changes, so still keep the current way of reading neutron and keystone config files
* Extends neutronclient with commands for device and router management
* Arista ML2 Mechanism driver
* Copy the RHEL6 eventlet workaround from Oslo
* fix bug lp:1025526,update iniparser.py to accept empty value
* Tue Apr 12 2016 cloud-develAATTsuse.de- Update to version networking-cisco-3.0.1.dev1:
* Retry if HA group info is not found for HA enabled router 3.0.0
* Sat Apr 09 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev111:
* Prevent duplicate ACL configuration A check is made to ensure that we are not configuring ACL for a second time as that will result in an error
* Enabling/Disabling the neutron router should correspondingly enable/disable the external and/or internal network sub interfaces on the ASR. The fix also updates the admin_state_up of the backup router when the admin_state_up of the tenant router is changed
* Fri Apr 08 2016 tbechtoldAATTsuse.com- Update to version networking-cisco-2.0.1.dev109:
* Implement policy profile update CLI for n1kv
* Correct the name and path of plugin files
* Add oslo dependencies to requirements.txt- Install cpnr-dhcp-relay and cpnr-dns-relay in /usr/bin (renamed again upstream)- Adjust Requires
* Thu Apr 07 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev103:
* Account for some transients in the db so we force agent to retry
* This is the install guide for PNR plugin
* Wed Apr 06 2016 tbechtoldAATTsuse.com- Update to version networking-cisco-2.0.1.dev100:
* Rename neutron-dhcp-relay and neutron-dns-relay
* UCSM MD scale, cache UCSM connection handle for full public method- Adjust Requires- Install renamed neutron-cisco-dhcp-relay and neutron-cisco-dns-relay into /usr/bin/
* Tue Apr 05 2016 tbechtoldAATTsuse.com- Update to version networking-cisco-2.0.1.dev96:
* New neutron plugin code to support CPNR product
* Added flexibility to add openstack client auth credentials to our cfg file
* fix typo \"Openstck\"- Install /usr/bin/neutron-dhcp-relay and /usr/bin/neutron-dns-relay
* Fri Apr 01 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev90:
* Add apicapi to requirements.txt
* Service Profile Template Support in Cisco UCSM ML2 driver
* Thu Mar 31 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev86:
* Changes to admin_state_up is not reflected on backup routers
* UCSM MD scale improvement, selectively process port updates
* Tue Mar 29 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev83:
* Replace ciscoconfparser with HTParser
* Fri Mar 25 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev82:
* Provide method removed from neutron to prevent breakage
* Pin networking-cisco to Neutron stable/mikata
* Wed Mar 23 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev79:
* Handle multiple concurrent scheduling attempts for the same router
* Tue Mar 22 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev77:
* Making cfg-agent keepalive more proactive and configurable
* Update config agent monitoring timers
* Properly clean up after failed router gateway updates
* Openstack native DHCP support for SAF enabler
* Monitor status of config agents more comprehensively
* Fri Mar 18 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev70:
* Adds l3 plugin & cfg agent RPC for removed routers
* This fix assigns different HSRP priority to the external and internal sub-interface on the active and the backup routers
* Fix issues with parsing of some new single UCSM config
* Improve device config error logging
* Use constraints for networking-cisco
* Thu Mar 17 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev61:
* Fix latest unit test failures for Nexus py34
* Wed Mar 16 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev60:
* Don\'t unschedule routers with auto_schedule=False from dead hosting devices
* Ensure that router config removal happens only on active devices
* Fix for defect: Fail to clear default route
* Tue Mar 15 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev55:
* Adds RPC to allow config agent to update hosting device status
* Delete router routes before router delete in unittest teardown
* Fri Mar 11 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev53:
* Use public method execute() for client extension
* Use HA VIP address for NAT pools
* Adds support for extension standard-attr-description
* Fri Mar 04 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev49:
* Add oslo db retry decorator to the RPC handlers
* Fix so external_net_interface defines in .ini file are used
* Thu Mar 03 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev45:
* Attribute nve_src_intf causing bad behavior
* HSRP Default Priority change
* Make cisco_router script patch neutron_legacy script
* Added proxy settings to tox.ini
* Coverage with comparison against baseline
* Support of static uplink port detection
* use curl instead of wget in tools/tox_install.sh
* Fri Feb 26 2016 cloud-develAATTsuse.de- Update to version networking-cisco-2.0.1.dev32:
* Remove prohibition of bash scripts
* Make vNIC names explicit in UCSM plugin
* Handle new baremetal format of port-id field
* Fixes recent UCSM CI breakage
* Retries cause Nexus bind_port failure
* LOG.warn -> LOG.warning
* Change import exclusions in tox.ini and update imports
* Fixes the UT failure in a DVR test
* Fixes the UT failure in l3_router_appliance_plugin Adds a few pep8 fixes
* Nexus baremetal/Ironic code clean-up
* Fix misspellings
* Remove openstack-common.conf
* Thu Feb 04 2016 tbechtoldAATTsuse.com- Initial packaging (version 2.0.1~a0~dev4)