[release-announce] ceilometer-powervm 8.0.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 10 12:27:05 UTC 2019
We are excited to announce the release of:
ceilometer-powervm 8.0.0: PowerVM Ceilometer Inspector for OpenStack
Ceilometer.
This release is part of the stein release series.
The source is available from:
https://git.openstack.org/cgit/openstack/ceilometer-powervm
Download the package from:
https://tarballs.openstack.org/ceilometer-powervm/
Please report issues through:
https://bugs.launchpad.net/ceilometer-powervm/+bugs
For more details, please see below.
Changes in ceilometer-powervm 7.0.0..8.0.0
------------------------------------------
4acc295 Adapt to the inspector api signature
1add2b6 Replace openstack.org git:// URLs with https://
26bd9bd Update test-requirements for stable/stein
35cb6c5 Update UPPER_CONSTRAINTS_FILE for stable/stein
f5c041b Update .gitreview for stable/stein
7bf69d7 More py3.x support
450d0b5 Change openstack-dev to openstack-discuss
59912f9 Optimizing the safety of the http link site in HACKING.rst
5516307 Increment versioning with pbr instruction
4a9a647 Don't use pypi releases for ceilomter
8049cef Install ceilometer from pypi
f2a08e5 Clean up .gitignore
0ec3c81 add python 3.6 unit test job
4fec9a1 import zuul job settings from project-config
23b1ad1 docs: Modernize build process
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 32 +++-
.gitreview | 1 +
.zuul.yaml | 13 +-
HACKING.rst | 2 +-
.../compute/virt/powervm/inspector.py | 27 ++-
lower-constraints.txt | 1 +
requirements.txt | 1 +
setup.cfg | 12 +-
test-requirements.txt | 2 -
tox.ini | 33 ++--
14 files changed, 124 insertions(+), 271 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 21068e6..64763a2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,0 +8 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.
+ceilometer>=11.0.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 18b5866..34d4b22 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,2 +13,0 @@ oslotest>=3.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
More information about the Release-announce
mailing list