We eagerly announce the release of: virtualbmc 1.5.0: Create virtual BMCs for controlling virtual instances via IPMI The source is available from: https://git.openstack.org/cgit/openstack/virtualbmc Download the package from: https://tarballs.openstack.org/virtualbmc/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/openstack/virtualbmc For more details, please see below. 1.5.0 ^^^^^ Bug Fixes * Ignores instance "start" command if instance appears to be running. This helps preserving backward-compatible behaviour, as previous implementation has required the user to explicitly "start" enabled instances. With current virtualbmc, only the master process needs to be started. Changes in virtualbmc 1.4.0..1.5.0 ---------------------------------- bff0e6c Ignore "start" command if instance appears to be running 89cc01b Bump lower libvirt-python to 3.7 200b274 Move to zuulv3 90ac530 Update README b8ee278 Update home-page d50610c Change openstack-dev to openstack-discuss 3952d59 Update min tox version to 2.0 ff84f71 Don't quote {posargs} in tox.ini 6d9c5ed Tolerate missing openstackdocstheme in docs dc62440 Remove duplicate lines in README cd63bf7 Change CI job to use python3 fa04f7b add python 3.6 unit test job 3344834 switch documentation job to new PTI 743cccd import zuul job settings from project-config 91a759d Change py35 to py3 so Python 3.6 can be picked up 3a2c03a Update name for virtualbmc CI job 8c407df Enable debug logging in tests ec5fbb5 Fix release note theme for virtualbmc Diffstat (except docs and test files) ------------------------------------- README.rst | 32 ++++-- lower-constraints.txt | 2 +- .../post.yaml | 15 --- .../run.yaml | 124 --------------------- .../ignore-start-if-running-c9a8f6c0514624a1.yaml | 7 ++ releasenotes/source/conf.py | 12 +- requirements.txt | 2 +- setup.cfg | 4 +- tox.ini | 6 +- virtualbmc/manager.py | 10 +- zuul.d/legacy-virtualbmc-jobs.yaml | 22 ---- zuul.d/project.yaml | 14 ++- zuul.d/virtualbmc-jobs.yaml | 27 +++++ 15 files changed, 112 insertions(+), 189 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a63b982..6af0990 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.10.0 # MIT -libvirt-python!=4.1.0,>=3.5.0 # LGPLv2+ +libvirt-python!=4.1.0,>=3.7.0 # LGPLv2+
participants (1)
-
no-reply@openstack.org