Releases: midonet/python-neutron-plugin-midonet
Releases · midonet/python-neutron-plugin-midonet
2014.2+1.1 second Midonet release for Juno
Fix name parsing based on regex package.sh: changed the pointer to the captured regex chunks to properly get the regex version. Change-Id: Ie2235533c4014598c6e0eb113a0f3a10962c4a9b Signed-off-by: Joe Mills <[email protected]> (cherry picked from commit 681fd89577c95fcb7403246fc615564a697b7b65)
2014.2+1.1 second Midonet release for Juno RC0
Fix name parsing based on regex package.sh: changed the pointer to the captured regex chunks to properly get the regex version. Change-Id: Ie2235533c4014598c6e0eb113a0f3a10962c4a9b Signed-off-by: Joe Mills <[email protected]> (cherry picked from commit 681fd89577c95fcb7403246fc615564a697b7b65)
2014.1.3+1.2.rc1: Revert "Clean up FIP properly on external net deletion"
Reverting since this patch should not have been backported to 2014.1.3. Fixes: MNP-27 This reverts commit 9a6fbb0af3f7969b2c3e2057725be99eae1af7d8.
2014.1.3+1.2 First Release Candidate
Allow extra digits in package name Change-Id: I4e10783c73cf770429fb455ef2ffd671829bd149 Signed-off-by: Joe Mills <[email protected]>
First Juno Plugin for MidoNet Release
Retry on DB deadlock timeout errors When deleting ports and networks concurrently, because of known incompatibilty of eventlet and MysqlDB, DB deadlock could occur, causing API to fail. The proper fix for this would be to make all APIs non-blocking, and/or use an eventlet-compatible MySQL library like mysql-connector. Until such proper fix is in place, simply retry on such error to avoid API failure. Change-Id: I5c2a3c89c494917947a2d1d6163b87a3b8c6d1c6 Fixes: MNP-11
2014.2+1.0.rc4
Retry on DB deadlock timeout errors When deleting ports and networks concurrently, because of known incompatibilty of eventlet and MysqlDB, DB deadlock could occur, causing API to fail. The proper fix for this would be to make all APIs non-blocking, and/or use an eventlet-compatible MySQL library like mysql-connector. Until such proper fix is in place, simply retry on such error to avoid API failure. Change-Id: I5c2a3c89c494917947a2d1d6163b87a3b8c6d1c6 Fixes: MNP-11
2014.2+1.0.rc3
Merge "Install files to correct location for RPM" into stable/juno
2014.2+1.0.rc2: Move network and port locks to separate locks
* Because any plugin call can (in theory) be called from any other plugin call, each resource type needs its own lock to avoid deadlocks Change-Id: Ia910aa8420f110d56140078e2502d86fc9a9eb4c Signed-off-by: Joe Mills <[email protected]> (cherry picked from commit 2798517eff847ad5d9decbb5727dddac5242fbd4)
2014.2+1.0.rc1: Support timestamp based package names for nightlies
Change-Id: Ibad230f6d82aad146d011a25dfc529f6c6f3b5c4
2015.1+1.0.rc0: Handle new tag scheme in the packaging script
Change-Id: I8b7474eb82f94ed12c890090801e2afd3ef2e405