glance_store 0.24.0 (rocky)
We are pleased to announce the release of: glance_store 0.24.0: OpenStack Image Service Store Library This release is part of the rocky release series. The source is available from: http://git.openstack.org/cgit/openstack/glance_store Download the package from: https://pypi.org/project/glance_store Please report issues through launchpad: http://bugs.launchpad.net/glance-store For more details, please see below. Changes in glance_store 0.23.0..0.24.0 -------------------------------------- cc97b94 use only exceptions for uri validations d11bd6a Add periodic tips jobs eb6041d Add glance_store disclaimer to docs d0657ad Remove tox_install.sh ea8631c uncap eventlet d4b3117 add lower-constraints job 881b208 Fix wrong links in glance_store 6d97ea2 Updated from global requirements 07f76ca Updated from global requirements 90911fe Clean imports in code a78ce08 Imported Translations from Zanata 33e6b01 Migrate legacy jobs to project repository 7fa5c57 Updated from global requirements 2e8bdce Imported Translations from Zanata 2a32fb6 Add doc8 to pep8 check for glance_store project 82a26a9 Add .stestr to gitignore 17c2b1f Update reno for stable/queens c645af7 Updated from global requirements 61c2221 process spelling error 54fe6eb Imported Translations from Zanata 29d169a TrivialFix: Correct reST field lists in docstrings Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .zuul.yaml | 170 +++++++++++++++++++++ functional_testing.conf.sample | 9 -- glance_store/_drivers/cinder.py | 19 +-- glance_store/_drivers/filesystem.py | 8 +- glance_store/_drivers/http.py | 2 +- glance_store/_drivers/rbd.py | 11 +- glance_store/_drivers/sheepdog.py | 6 +- glance_store/_drivers/swift/store.py | 6 +- glance_store/_drivers/vmware_datastore.py | 8 +- glance_store/backend.py | 2 +- glance_store/driver.py | 2 +- .../locale/en_GB/LC_MESSAGES/glance_store.po | 8 +- .../locale/ko_KR/LC_MESSAGES/glance_store.po | 8 +- glance_store/location.py | 15 ++ .../functional/swift/test_functional_swift.py | 37 +++-- lower-constraints.txt | 91 +++++++++++ .../notes/remove-s3-driver-f432afa1f53ecdf8.yaml | 2 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 111 +++++++++++++- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 8 +- releasenotes/source/queens.rst | 6 + requirements.txt | 10 +- setup.cfg | 2 +- test-requirements.txt | 15 +- tools/tox_install.sh | 55 ------- tox.ini | 25 ++- 34 files changed, 660 insertions(+), 303 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1c29db8..3a9df0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 @@ -8 +8 @@ oslo.utils>=3.33.0 # Apache-2.0 -oslo.concurrency>=3.25.0 # Apache-2.0 +oslo.concurrency>=3.26.0 # Apache-2.0 @@ -11,2 +11,2 @@ enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version== - -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +doc8>=0.6.0 # Apache-2.0 +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT @@ -16 +16 @@ jsonschema<3.0.0,>=2.6.0 # MIT -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 52801b0..f91942e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -requests-mock>=1.1.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0 @@ -23,2 +23,2 @@ bandit>=1.1.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -25,0 +26,9 @@ reno>=2.5.0 # Apache-2.0 + +# Dependencies for each of the optional stores +oslo.vmware>=2.17.0 # Apache-2.0 +httplib2>=0.9.1 # MIT +python-swiftclient>=3.2.0 # Apache-2.0 +python-cinderclient>=3.3.0 # Apache-2.0 +os-brick>=2.2.0 # Apache-2.0 +oslo.rootwrap>=5.8.0 # Apache-2.0 +oslo.privsep>=1.23.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org