diff options
author | Richard Pioso <richard.pioso@dell.com> | 2020-09-24 19:49:19 -0400 |
---|---|---|
committer | Richard Pioso <richard.pioso@dell.com> | 2020-09-24 20:50:29 -0400 |
commit | 5ff3defb5c2fdeb2fac0a94240208a591162bd2a (patch) | |
tree | 2154f5ace5c43a844e300450aac02799703839f6 /releasenotes | |
parent | 64085a29a2747f89cb35d360d2fb144ae66ee288 (diff) | |
download | ironic-5ff3defb5c2fdeb2fac0a94240208a591162bd2a.tar.gz |
Fix deprecated 'idrac' interface '__init__'s
This change fixes the deprecated 'idrac' hardware interface
implementation '__init__' methods to call their base class '__init__'
methods before emitting a log message warning about their deprecation.
Story: 2008197
Task: 40977
Change-Id: Ic6e2b6744850d429fae2d353a91649ea68371a59
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/idrac-fix-deprecated-idrac-interface-__init__-362696b389c86d5d.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/idrac-fix-deprecated-idrac-interface-__init__-362696b389c86d5d.yaml b/releasenotes/notes/idrac-fix-deprecated-idrac-interface-__init__-362696b389c86d5d.yaml new file mode 100644 index 000000000..dc331f2c6 --- /dev/null +++ b/releasenotes/notes/idrac-fix-deprecated-idrac-interface-__init__-362696b389c86d5d.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Fixes the deprecated ``idrac`` hardware interface implementation + ``__init__`` methods to call their base class ``__init__`` methods before + emitting a log message warning about their deprecation. For more + information, see `story 2008197 + <https://storyboard.openstack.org/#!/story/2008197>`_. |