-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove references to host provisioning #4169
Remove references to host provisioning #4169
Conversation
93e7e38
to
b0040ec
Compare
@miq-bot add_label wip |
@@ -519,7 +509,6 @@ def dialog_partial_for_workflow | |||
case workflow | |||
when MiqProvisionVirtWorkflow then "shared/views/prov_dialog" | |||
when ManageIQ::Providers::Foreman::ConfigurationManager::ProvisionWorkflow then "prov_configured_system_foreman_dialog" | |||
when MiqHostProvisionWorkflow then "prov_host_dialog" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also be able to remove ./app/views/miq_request/_prov_host_dialog.html.haml
, right?
98c1d2b
to
006dea2
Compare
@miq-bot remove_label wip @dclarizio Please assign for review. |
looks good. @gmcculloug you also need to remove Host Provisioning related references from core repo from: |
006dea2
to
041dd75
Compare
@h-kataria Thanks. I found a few more areas that were references Please take another look. |
This pull request is not mergeable. Please rebase and repush. |
looks good |
@gmcculloug can you rebase/repush |
041dd75
to
acb4316
Compare
Checked commit gmcculloug@acb4316 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@h-kataria Updated, PTAL |
LGTM |
Remove host provisioning references from files and specs
Related to ManageIQ/manageiq#17604