[nova] os-traits 0.6.0 (rocky)
We are delighted to announce the release of: os-traits 0.6.0: A library containing standardized trait strings This release is part of the rocky release series. The source is available from: http://git.openstack.org/cgit/openstack/os-traits Download the package from: https://pypi.python.org/pypi/os-traits Please report issues through launchpad: https://bugs.launchpad.net/os-traits For more details, please see below. Changes in os-traits 0.5.0..0.6.0 --------------------------------- 86661e3 GPU: define traits for maximum display heads 4833aae Updated from global requirements 59baa50 Add HW_NIC_SRIOV_TRUSTED trait d7d055d Update Usage information c366483 Add code hosting URL bd1d73f Updated from global requirements 260b3e7 Update reno for stable/queens bbcc772 Add CPU features for AArch64 Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 ++ os_traits/hw/cpu/aarch64.py | 67 ++++++++++++++++++++++++++++++++ os_traits/hw/gpu/max_display_heads.py | 23 +++++++++++ os_traits/hw/nic/sriov.py | 5 +++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 +++ test-requirements.txt | 6 +-- 8 files changed, 146 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 01a8377..65b328c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org