We exuberantly announce the release of: ec2-api 11.0.0: OpenStack Ec2api Service This release is part of the victoria 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 10.0.0..11.0.0 --------------------------------- b27e70a Use importlib to take place of imp module da91dad Migrate zuul config v2 to native v3 9ff4975 migrate testing to ubuntu focal f1edb6d requirements: Drop references to os-testr ca2bab4 Remove elementtree deprecated methods 8de17cf drop mock from lower-constraints 1d3e05a Stop to use the __future__ module. 69f4b79 Switch to newer openstackdocstheme version ce31b3f Remove .testr.conf 5857697 Fix hacking min version to 3.0.1 cc2f1ef Add py38 package metadata 71ca61a Bump default tox env from py37 to py38 caf4e29 Add Python3 victoria unit tests Diffstat (except docs and test files) ------------------------------------- .testr.conf | 7 - .zuul.yaml | 46 +-- api-ref/source/conf.py | 9 +- ec2api/api/image.py | 2 +- ec2api/wsgi.py | 2 - lower-constraints.txt | 9 +- .../ec2-api-functional-neutron-full/post.yaml | 15 - .../ec2-api-functional-neutron-full/run.yaml | 63 ---- .../legacy/ec2-api-functional-neutron/post.yaml | 15 - .../legacy/ec2-api-functional-neutron/run.yaml | 68 ---- playbooks/legacy/ec2-api-rally-fakevirt/post.yaml | 41 --- playbooks/legacy/ec2-api-rally-fakevirt/run.yaml | 66 ---- rally-scenarios/README.rst | 5 - rally-scenarios/ec2-api-fakevirt.yaml | 84 ----- rally-scenarios/extra/README.rst | 5 - rally-scenarios/plugins/README.rst | 9 - .../plugins/context_plugin_ec2_creds.py | 88 ----- .../plugins/context_plugin_ec2_objects.py | 363 --------------------- rally-scenarios/plugins/context_plugin_images.py | 90 ----- rally-scenarios/plugins/ec2api_plugin.py | 224 ------------- rally-scenarios/post_test_hook.sh | 3 - setup.cfg | 1 + test-requirements.txt | 4 +- tox.ini | 2 +- 28 files changed, 26 insertions(+), 1218 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2df38b8..0d2e73c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -10 +10 @@ oslotest>=3.3.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org