-
Notifications
You must be signed in to change notification settings - Fork 898
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
Fix update_attributes to take right number of args #17235
Conversation
app/models/miq_retire_task.rb
Outdated
@@ -44,7 +44,7 @@ def deliver_to_automate(req_type = request_type, zone = nil) | |||
:args => [args], | |||
:role => 'automate', | |||
:zone => options.fetch(:miq_zone, zone), | |||
:tracking_label => my_task_id, | |||
# :tracking_label => my_task_id, |
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.
@tinaafitz can I take out this id? or do I need it?
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.
call it tracking_label_id
22567e3
to
0cd8455
Compare
0cd8455
to
61501b3
Compare
Checked commit d-m-u@61501b3 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
@d-m-u Looks good.
@gmcculloug Please review.
@miq-bot add_label retirement |
VM retirement as a request needs these two changes in order to work as expected.