networking-baremetal 1.1.0 (rocky)
We are pumped to announce the release of: networking-baremetal 1.1.0: Neutron plugin that provides deep Ironic/Neutron integration. This release is part of the rocky release series. The source is available from: http://git.openstack.org/cgit/openstack/networking-baremetal Download the package from: https://pypi.org/project/networking-baremetal Please report issues through launchpad: https://storyboard.openstack.org/#!/project/955 For more details, please see below. 1.1.0 ^^^^^ New Features * Issuing a SIGHUP (e.g. "pkill -HUP ironic-neutron-agent") to the agent service will cause the service to reload and use any changed values for *mutable* configuration options. Mutable configuration options are indicated as such in the sample configuration file (https://docs.openstack.org/networking- baremetal/latest/configuration/sample-config.html) by "Note: This option can be changed without restarting". A warning is logged for any changes to immutable configuration options. Changes in networking-baremetal 1.0.0..1.1.0 -------------------------------------------- e2ca1d9 fix tox python3 overrides a2eed7a add lower-constraints job cc5cb23 Do not run functional (API) tests in the CI 8554146 ML2 Agent: Handle SIGHUP mutable config options 82a7f76 Change Launchpad references to Storyboard 4483cc9 Updated from global requirements 9443e4e Avoid tox_install.sh dcf4081 use common agent topics from neutron-lib 1952d48 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- README.rst | 2 +- lower-constraints.txt | 149 +++++++++++++++++++++ networking_baremetal/agent/ironic_neutron_agent.py | 29 ++-- .../run.yaml | 4 +- ...p-service-reloads-configs-11cd374cc33aac83.yaml | 12 ++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + requirements.txt | 5 +- test-requirements.txt | 2 +- tools/tox_install.sh | 42 ------ tox.ini | 21 ++- zuul.d/project.yaml | 2 + 13 files changed, 217 insertions(+), 62 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e10558e..d8bafef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ neutron-lib>=1.13.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 @@ -12 +12 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-ironicclient>=2.2.0 # Apache-2.0 +python-ironicclient>=2.3.0 # Apache-2.0 @@ -13,0 +14 @@ tooz>=1.58.0 # Apache-2.0 +neutron>=12.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9113590..f7e430e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ testscenarios>=0.4 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org