-
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
use task queue for update stack operation #373
Conversation
The travis failure is due to the dependency on ManageIQ/manageiq#13897 -- once that's merged, these tests should pass. |
OK triggering Travis build again now that the dependent core PR is merged. |
Update stack should use the task queue for direct operation on the provider (used by scaling/scaledown UI in ems infra) This commit includes the necessary UI changes.
a9afa48
to
33194c6
Compare
Checked commit sseago@33194c6 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot remove_label "pending core" |
@sseago Cannot remove the following label because they are not recognized: "pending core" |
@miq-bot remove_label pending_core |
@sseago Cannot remove the following label because they are not recognized: pending_core |
@tzumainn Could you please confirm this has been tested to work successfully? Thanks. |
@mzazrivec yep! |
Update stack should use the task queue for direct operation on the
provider (used by scaling/scaledown UI in ems infra)
This commit includes the necessary UI changes.
Depends on model PR: ManageIQ/manageiq#13897