We contentedly announce the release of: ec2-api 12.1.0: OpenStack Ec2api Service This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/ec2-api Download the package from: https://pypi.org/project/ec2-api Please report issues through: https://bugs.launchpad.net/ec2-api/+bugs For more details, please see below. Changes in ec2-api 12.0.0..12.1.0 --------------------------------- 0466881 Remove TripleO job 88f5a2b try to use neutron-vpnaas from plugin definition 76da371 remove lower-constraints job. it's buggy 7746b15 Run TripleO jobs on CentOS8 instead of CentOS7 5cfddf2 various fixes 67953e2 Update TOX_CONSTRAINTS_FILE for stable/wallaby 49ce2b3 Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 11 ----------- devstack/override-defaults | 2 -- ec2api/api/cloud.py | 14 ++++++++++---- ec2api/api/image.py | 4 ++-- ec2api/api/network_interface.py | 18 +++++++++++++++++- ec2api/api/volume.py | 17 ++++++++++++++++- ec2api/context.py | 2 +- requirements.txt | 2 +- tox.ini | 2 +- 12 files changed, 53 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 166c8f5..a5695f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32 +32 @@ six>=1.11.0 # MIT -SQLAlchemy>=1.2.5 # MIT +SQLAlchemy>=1.2.5,<1.4.0 # MIT
participants (1)
-
no-reply@openstack.org