We are tickled pink to announce the release of: virtualbmc 1.3.0: Create virtual BMCs for controlling virtual instances via IPMI Download the package from: https://tarballs.openstack.org/virtualbmc/ For more details, please see below. Changes in virtualbmc 1.2.0..1.3.0 ---------------------------------- 427de49 Zuul: Remove project name 0241fc9 Updated from global requirements b957118 Updated from global requirements d05eb24 Support power reset command 0943c4a Updated from global requirements bcf7582 Updated from global requirements 8358323 Use the tempest plugin from openstack/ironic-tempest-plugin de1508f Avoid tox_install.sh for constraints support b9b4af6 Clean up zuul files e3d0ab3 Updated from global requirements 34a0f18 Add Zuulv3 job in tree in virtualbmc 6e734e0 Updated from global requirements ecf79f2 Updated from global requirements daf5528 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- .../post.yaml | 15 ++ .../run.yaml | 168 +++++++++++++++++++++ requirements.txt | 4 +- test-requirements.txt | 16 +- tools/tox_install.sh | 55 ------- tox.ini | 5 +- virtualbmc/vbmc.py | 14 ++ zuul.d/legacy-virtualbmc-jobs.yaml | 22 +++ zuul.d/project.yaml | 7 + 11 files changed, 265 insertions(+), 69 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c513422..fe72308 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.9.0 # MIT -libvirt-python>=1.2.5 # LGPLv2+ +six>=1.10.0 # MIT +libvirt-python>=3.5.0 # LGPLv2+ diff --git a/test-requirements.txt b/test-requirements.txt index d76688a..f15910a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,5 +8,5 @@ coverage!=4.4,>=4.0 # Apache-2.0 -doc8 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 +python-subunit>=1.0.0 # Apache-2.0/BSD +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -15,3 +15,3 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -os-testr>=0.8.0 # Apache-2.0 -mock>=2.0 # BSD +testtools>=2.2.0 # MIT +os-testr>=1.0.0 # Apache-2.0 +mock>=2.0.0 # BSD