glance_store 0.27.0 (stein)
We are jazzed to announce the release of: glance_store 0.27.0: OpenStack Image Service Store Library This release is part of the stein 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: https://bugs.launchpad.net/glance-store For more details, please see below. Changes in glance_store 0.26.0..0.27.0 -------------------------------------- ad46c75 Add statement explaining "tips" job configuration da494d4 Provision to add new config options in sample config file bb965c7 Imported Translations from Zanata 63c730e add lib-forward-testing-python3 test job 969f81e add python 3.6 unit test job ce9d742 switch documentation job to new PTI c7f78ef import zuul job settings from project-config 11db636 Refactor periodic "tips" jobs 045dc83 Imported Translations from Zanata ef44579 Move doc8 to test requirements f49c211 Remove team diversity tags note in README 4d4cf15 Wrap interface function for multihash correctly c369ba0 cinder: Support os-brick privsep filters df0780b Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 62 ++++++-- README.rst | 5 +- etc/glance/rootwrap.d/glance_cinder_store.filters | 27 +--- glance_store/backend.py | 9 ++ .../locale/en_GB/LC_MESSAGES/glance_store.po | 163 +++++++++------------ glance_store/multi_backend.py | 25 ++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 158 +++++++++++++++++++- releasenotes/source/rocky.rst | 6 + requirements.txt | 1 - setup.cfg | 1 + test-requirements.txt | 3 + 12 files changed, 332 insertions(+), 129 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3a9df0a..e02741c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +10,0 @@ enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version== -doc8>=0.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 073f79a..2ddcc91 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,0 +7,3 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +# Documentation style +doc8>=0.6.0 # Apache-2.0 +
participants (1)
-
no-reply@openstack.org