Hide Forgot
Description of problem: ---------------------- Version-Release number of selected component (if applicable): -------------------------- 5.4, 5.5 How reproducible: ---------------- Always Steps to Reproduce: ------------------ 1.Navigate to the host summary page. 2.Click 'Configuration', click 'Edit this item'. 3.Enter bad credentials. Actual results: -------------- The error message displayed is the not same for RHEV and vCenter hosts. For vCenter, this is the message displayed. 'Cannot complete login due to an incorrect user name or password.' For RHEV,this is the error message displayed. 'Login failed due to a bad username or password.' Expected results: ---------------- For the sake of consistency, the error message should be the same. Additional info: ---------------
Pretty sure this is coming back straight from the provider... maybe we could preface the error with '$provider API error: <message>' if we wanted to do something with this.
Dave, I was thinking the same thing. We can look at normalizing these error messages. But, at that point, we would have to probably wrap all these provider exceptions with MIQ exception types. I probably see this as part of the larger "Provider Plugin" work. At this point, I'm on the fence between closing this "wontfix" and just leaving it open to track it in respect to the bigger picture of wrapping provider errors with MIQ Exception types in Pluggable Providers. ---- Edit: In Bug Triage today, we decided to close wontfix and reference this closed bug in the pluggable provider work.