Bug 1362269

Summary: Constant lookup wasn't working properly
Product: Red Hat CloudForms Management Engine Reporter: Chris Pelland <cpelland>
Component: ProvisioningAssignee: Brandon Dunne <bdunne>
Status: CLOSED CURRENTRELEASE QA Contact: Leo Khomenko <lkhomenk>
Severity: high Docs Contact:
Priority: high    
Version: 5.6.0CC: gmccullo, jhardy, lkhomenk, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.7.0Flags: 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:

Description Chris Pelland 2016-08-01 19:06:34 UTC
Error:

irb(main):001:0> MiqProvisionWorkflow.class_for_platform("vmware")
# INCORRECT
=> ManageIQ::Providers::CloudManager::ProvisionWorkflow
# CORRECT
=> ManageIQ::Providers::Vmware::InfraManager::ProvisionWorkflow

Comment 1 Greg McCullough 2016-08-01 19:19:37 UTC
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)"

Comment 2 Leo Khomenko 2016-10-06 15:04:55 UTC
as per Greg's comment - Request info page is available now