Bug 1362269
| Summary: | Constant lookup wasn't working properly | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> | |
| Component: | Provisioning | Assignee: | Brandon Dunne <bdunne> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leo Khomenko <lkhomenk> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.6.0 | CC: | gmccullo, jhardy, lkhomenk, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.7.0 | Flags: | lkhomenk:
automate_bug+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.7.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1362271 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 20:02:11 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
Fixed in PR https://github.com/ManageIQ/manageiq/pull/10102 Steps to reproduce: 1) Create new Catalog Item with Type: VMware 2) Select "Request Info" tab Screen shows error message "Cannot create Request Info, error: wrong number of arguments (given 1, expected 2)" as per Greg's comment - Request info page is available now |
Error: irb(main):001:0> MiqProvisionWorkflow.class_for_platform("vmware") # INCORRECT => ManageIQ::Providers::CloudManager::ProvisionWorkflow # CORRECT => ManageIQ::Providers::Vmware::InfraManager::ProvisionWorkflow