-
Notifications
You must be signed in to change notification settings - Fork 897
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
VmScan transitions from before_scan -> start_scan #20953
VmScan transitions from before_scan -> start_scan #20953
Conversation
@chessbyte Please review. |
@miq-bot cross-repo-tests manageiq-providers-vmware#686 manageiq-providers-openstack |
From Pull Request: ManageIQ/manageiq#20953
Add missing state transition method `start_scan` which actually initiates the scan.
dc8130d
to
b2551eb
Compare
ea03e69
to
dc1c550
Compare
b9cb4da
to
840822e
Compare
840822e
to
ea1ff7c
Compare
Checked commits agrare/manageiq@b2551eb~...36a7487 with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint app/models/vm_scan.rb
|
In addition to cross-repo testing with vmware and openstack I manually ran a live VMware SSA and everything works properly with this PR applied. |
Is this PR dependent on the other PRs? Should they be listed in the OP and merged as a group? |
@Fryguy this one doesn't have any dependencies, ManageIQ/manageiq-providers-ovirt#543 just adds a spec and ManageIQ/manageiq-providers-vmware#686 can be merged after this but doesn't have to be merged as a group |
VmScan transitions from before_scan -> start_scan (cherry picked from commit 2cadb1d)
Kasparov backport details:
|
VmScan transitions from before_scan -> start_scan (cherry picked from commit 2cadb1d)
Jansa backport details:
|
Add missing state transition method
start_scan
which actually initiates the scan.Follow-ups: