[ironic] ironic 7.0.1 (ocata)
We contentedly announce the release of: ironic 7.0.1: OpenStack Bare Metal Provisioning This release is part of the ocata stable release series. The source is available from: http://git.openstack.org/cgit/openstack/ironic Download the package from: https://tarballs.openstack.org/ironic/ Please report issues through launchpad: http://bugs.launchpad.net/ironic For more details, please see below. 7.0.1 ^^^^^ Bug Fixes * Fixed a bug that was causing an increase in CPU usage over time. Changes in ironic 7.0.0..7.0.1 ------------------------------ 7f1639e Copy and append to static lists 806717e Pin version of proliantutils 2e9eba3 Updated from global requirements 745b076 Set tempest's max microversion to 1.31 c04164d grenade: Only 'enable_plugin ironic' if not already in conf 52c76d4 Update documentation links to Ocata equivalents e4ba549 reno 'upgrades' should be 'upgrade' dd8c23f Update devstack IPA_DOWNLOAD_BRANCH to stable/ocata 484532e Update UPPER_CONSTRAINTS_FILE for stable/ocata 8d17fc7 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + devstack/lib/ironic | 4 +- devstack/upgrade/settings | 24 +++++++++-- driver-requirements.txt | 2 +- install-guide/source/configure-cleaning.rst | 2 +- install-guide/source/configure-port-groups.rst | 2 +- install-guide/source/configure-tenant-networks.rst | 2 +- install-guide/source/deploy-ramdisk.rst | 6 +-- install-guide/source/enrollment.rst | 4 +- install-guide/source/get_started.rst | 4 +- install-guide/source/include/common-configure.rst | 2 +- .../source/include/configure-glance-images.rst | 2 +- .../source/include/configure-ironic-conductor.rst | 6 +-- .../source/include/kernel-boot-parameters.rst | 2 +- .../source/include/local-boot-partition-images.rst | 2 +- install-guide/source/include/notifications.rst | 2 +- install-guide/source/setup-drivers.rst | 4 +- install-guide/source/troubleshooting.rst | 2 +- ironic/drivers/base.py | 22 +++++----- .../notes/bug-1672457-563d5354b41b060e.yaml | 3 ++ .../remove-iboot-wol-amt-27edaf109d28b663.yaml | 2 +- requirements.txt | 2 +- tox.ini | 2 +- 36 files changed, 109 insertions(+), 91 deletions(-) Requirements updates -------------------- diff --git a/driver-requirements.txt b/driver-requirements.txt index af57659..dc0f28b 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -7 +7 @@ -proliantutils>=2.2.0 +proliantutils==2.2.0 diff --git a/requirements.txt b/requirements.txt index 849c9e8..54cb24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0
participants (1)
-
no-reply@openstack.org