You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provision dialogs are filled with calls to specific provider workflow classes such as: keys = wf.kind_of?(ManageIQ::Providers::Redhat::InfraManager::ProvisionWorkflow) [ref if wf.kind_of?(ManageIQ::Providers::Vmware::InfraManager::ProvisionWorkflow) [ref]
and if wf.kind_of?(ManageIQ::Providers::Openstack::CloudManager::ProvisionWorkflow) [ref]
Ideally we should refactor these so that they ask the workflow rather than checking the type of workflow
The same provisioning dialogs are being rendered for service templates (catalog items) on a per-provider basis, so after I convert those to react, this should be fairly easy.
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.
The provision dialogs are filled with calls to specific provider workflow classes such as:
keys = wf.kind_of?(ManageIQ::Providers::Redhat::InfraManager::ProvisionWorkflow)
[refif wf.kind_of?(ManageIQ::Providers::Vmware::InfraManager::ProvisionWorkflow)
[ref]and
if wf.kind_of?(ManageIQ::Providers::Openstack::CloudManager::ProvisionWorkflow)
[ref]Ideally we should refactor these so that they ask the workflow rather than checking the type of workflow
ManageIQ/manageiq#19440
The text was updated successfully, but these errors were encountered: