[release-announce] virtualbmc 1.6.0

no-reply at openstack.org no-reply at openstack.org
Thu Sep 5 08:50:46 UTC 2019


We are chuffed to announce the release of:

virtualbmc 1.6.0: Create virtual BMCs for controlling virtual
instances via IPMI

The source is available from:

    https://opendev.org/openstack/virtualbmc

Download the package from:

    https://tarballs.openstack.org/virtualbmc/

For more details, please see below.

1.6.0
^^^^^

New Features

* Adds the ability to override default configuration file location
  by exporting the "$VIRTUALBMC_CONFIG" variable, pointing to the
  desired config file, into "vbmcd" and "vbmc" processes environment.

Changes in virtualbmc 1.5.0..1.6.0
----------------------------------

2c76dc8 Tiny fix for documentation RST convention
c17eaf2 CI: clean up required projects
d4f5312 Add a bindep file
3a1f444 Bump the openstackdocstheme extension to 1.20
40a881f Update Python 3 test runtimes for Train
bf7ad0d Update sphinx requirements
71d1619 Reword config file search logic in the docs
216b60c Respect VIRTUAL_BMC for non-default config path
ddd93bf Replace git.openstack.org URLs with opendev.org URLs
5ee79a4 OpenDev Migration Patch


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                            |  2 +-
README.rst                                            |  2 +-
bindep.txt                                            | 10 ++++++++++
lower-constraints.txt                                 |  2 +-
.../notes/add-config-env-8287bea486821653.yaml        |  5 +++++
releasenotes/source/conf.py                           | 19 -------------------
setup.cfg                                             |  3 ++-
test-requirements.txt                                 |  5 +++--
tox.ini                                               |  2 +-
virtualbmc/config.py                                  |  8 +++-----
zuul.d/project.yaml                                   |  3 +--
zuul.d/virtualbmc-jobs.yaml                           |  3 +--
13 files changed, 39 insertions(+), 36 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index eb7f437..5d1a113 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+openstackdocstheme>=1.20.0 # Apache-2.0






More information about the Release-announce mailing list