We are chuffed to announce the release of: trove 4.0.2: OpenStack DBaaS This release is part of the liberty stable release series. Download the package from: https://tarballs.openstack.org/trove/ For more details, please see below. Changes in trove 4.0.1..4.0.2 ----------------------------- 8b0dda4 Updated from global requirements 6af7c45 Add missing '_LE' import in trove/cmd/guest.py c9b3c49 Skip 'eject valid master' replication test Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- trove/cmd/guest.py | 1 + 5 files changed, 25 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 434f1b9..778b525 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ keystonemiddleware!=2.4.0,>=2.0.0 -kombu>=3.0.7 +kombu!=4.0.0,>=3.0.7 # BSD