We are pleased to announce the release of: ec2-api 15.0.0: OpenStack Ec2api Service This release is part of the zed 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 14.0.0..15.0.0 --------------------------------- 4bab5ba Update TOX_CONSTRAINTS_FILE for stable/zed 0fd9299 Update .gitreview for stable/zed 2584c9f Start generating our own key pairs 77d6b2f fixed customer_gateway 44f22cf Remove six ebb1261 Remove TripleO job a4a603a Drop lower-constraints.txt and its testing 1599007 fix devstack params 108e41f try to use neutron-vpnaas from plugin definition 3a96fcc Remove redundant override of logging_context_format_string ed85f59 Remove ineffective codes from the FaultWrapper middleware d42220c Add Python3 zed unit tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 12 +--- devstack/create_config | 12 +++- devstack/override-defaults | 2 - ec2api/__init__.py | 8 +-- ec2api/api/__init__.py | 11 ++-- ec2api/api/apirequest.py | 3 +- ec2api/api/cloud.py | 12 ++-- ec2api/api/common.py | 14 ++-- ec2api/api/customer_gateway.py | 14 +++- ec2api/api/ec2utils.py | 7 +- ec2api/api/faults.py | 5 -- ec2api/api/image.py | 8 +-- ec2api/api/instance.py | 5 +- ec2api/api/key_pair.py | 28 +++++++- ec2api/api/route_table.py | 3 +- ec2api/api/validator.py | 3 +- ec2api/api/vpn_connection.py | 3 +- ec2api/config.py | 7 +- ec2api/context.py | 5 +- ec2api/db/sqlalchemy/api.py | 6 +- ec2api/exception.py | 10 +-- ec2api/metadata/__init__.py | 13 ++-- ec2api/metadata/api.py | 3 +- ec2api/s3/s3server.py | 13 ++-- lower-constraints.txt | 114 --------------------------------- requirements.txt | 5 +- tox.ini | 10 +-- 35 files changed, 122 insertions(+), 245 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 166c8f5..32a62d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -31 +34,0 @@ Routes>=2.4.1 # MIT -six>=1.11.0 # MIT
participants (1)
-
no-reply@openstack.org