ManageIQ / manageiq-providers-vmware

ManageIQ plugin for the VMware vSphere and vCloud providers.
Apache License 2.0
22 stars 70 forks source link

Fix Uninitialized constant Handsoap verify ESXi #848

Closed agrare closed 1 year ago

agrare commented 1 year ago

Fix the uninitialized constant Handsoap failure when verifying host credentials.

ERROR -- evm: MIQ(host_controller-update): uninitialized constant ManageIQ::Providers::Vmware::InfraManager::HostEsx::Handsoap

Fixes https://github.com/ManageIQ/manageiq-providers-vmware/issues/847

miq-bot commented 1 year ago

Checked commit https://github.com/agrare/manageiq-providers-vmware/commit/d15babf4b4508da0b74dec8af349c7e99ab533da with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :cake:

Fryguy commented 1 year ago

Backported to oparin in commit f6386e27ee9254e1acc536371ecf24627e5340b2.

commit f6386e27ee9254e1acc536371ecf24627e5340b2
Author: Jason Frey <fryguy9@gmail.com>
Date:   Tue Jan 17 10:59:56 2023 -0500

    Merge pull request #848 from agrare/fix_uninitialized_handsoap_verify_host

    Fix Uninitialized constant Handsoap verify ESXi

    (cherry picked from commit f23197b9a042ecabd19f440bddb07fc7be45843f)