Removed parameter-list-no-elements validation errors from redfish modules (#1761) (#1799)

* Removed parameter-list-no-elements validation errors from redfish modules

* added changelog fragment per PR

* Update changelogs/fragments/1761-redfish-tidy-up-validation.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit ba4a98b1be)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2021-02-12 07:14:07 +01:00 committed by GitHub
commit a3c9c688b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 19 deletions

View file

@ -293,12 +293,6 @@ plugins/modules/remote_management/oneview/oneview_san_manager.py validate-module
plugins/modules/remote_management/oneview/oneview_san_manager.py validate-modules:undocumented-parameter
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:parameter-type-not-in-doc
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:undocumented-parameter
plugins/modules/remote_management/redfish/idrac_redfish_command.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/idrac_redfish_config.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/idrac_redfish_info.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/redfish_command.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/redfish_config.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/redfish_info.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:doc-default-does-not-match-spec
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:no-default-for-required-parameter
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:parameter-type-not-in-doc

View file

@ -292,12 +292,6 @@ plugins/modules/remote_management/oneview/oneview_san_manager.py validate-module
plugins/modules/remote_management/oneview/oneview_san_manager.py validate-modules:undocumented-parameter
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:parameter-type-not-in-doc
plugins/modules/remote_management/oneview/oneview_san_manager_info.py validate-modules:undocumented-parameter
plugins/modules/remote_management/redfish/idrac_redfish_command.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/idrac_redfish_config.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/idrac_redfish_info.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/redfish_command.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/redfish_config.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/redfish/redfish_info.py validate-modules:parameter-list-no-elements
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:doc-default-does-not-match-spec
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:no-default-for-required-parameter
plugins/modules/remote_management/stacki/stacki_host.py validate-modules:parameter-type-not-in-doc