[openstack-dev] [new] ironic-staging-drivers 0.3.0 release

no-reply at openstack.org no-reply at openstack.org
Mon Aug 29 19:01:38 UTC 2016


We are glowing to announce the release of:

ironic-staging-drivers 0.3.0: A project used to hold out-of-tree
ironic drivers

With source available at:

    http://git.openstack.org/cgit/openstack/ironic-staging-drivers

Please report issues through launchpad:

    http://bugs.launchpad.net/ironic-staging-drivers

For more details, please see below.

Changes in ironic-staging-drivers 0.2.0..0.3.0
----------------------------------------------

f3698f5 Fix iboot mock
3ca96ed Mock the 'libvirt' import on tests
0eef2ea Remove kwargs from the vendor passthru continue_deploy tests
6e8fc9f Add iBoot driver
477fd76 Remove pass_deploy_info() from AMT driver
7a08bec Install amt driver requirements
afee94c Add devstack plugin


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

devstack/enabled-drivers.txt                       |  11 +
devstack/plugin.sh                                 |  64 ++++
driver-requirements.txt                            |   6 -
ironic_staging_drivers/amt/other-requirements.sh   |   3 +
ironic_staging_drivers/amt/vendor.py               |  13 +-
ironic_staging_drivers/iboot/__init__.py           |  81 ++++
ironic_staging_drivers/iboot/power.py              | 287 ++++++++++++++
ironic_staging_drivers/libvirt/power.py            |   3 +-
.../libvirt/python-requirements.txt                |   1 +
requirements.txt                                   |   1 +
setup.cfg                                          |   3 +
test-requirements.txt                              |   3 -
21 files changed, 1065 insertions(+), 68 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 93398a8..c810371 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+oslo.service>=1.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index dfc5d2b..5974613 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,3 +18,0 @@ mock>=1.2 # BSD
-
-# libvirt driver requires libvirt-python
-libvirt-python>=1.2.5 # LGPLv2+





More information about the OpenStack-dev mailing list