Skip to content
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

Merged
merged 1 commit into from
Apr 3, 2018

Conversation

d-m-u
Copy link
Contributor

@d-m-u d-m-u commented Mar 29, 2018

VM retirement as a request needs these two changes in order to work as expected.

@@ -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,
Copy link
Contributor Author

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?

Copy link
Contributor Author

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

@miq-bot miq-bot added the wip label Mar 29, 2018
@d-m-u d-m-u force-pushed the fixing_vm_request_retirement branch 2 times, most recently from 22567e3 to 0cd8455 Compare April 3, 2018 13:06
@d-m-u d-m-u changed the title [WIP] Fix update_attributes to take right number of args Fix update_attributes to take right number of args Apr 3, 2018
@d-m-u
Copy link
Contributor Author

d-m-u commented Apr 3, 2018

@tinaafitz

@miq-bot miq-bot removed the wip label Apr 3, 2018
@d-m-u d-m-u force-pushed the fixing_vm_request_retirement branch from 0cd8455 to 61501b3 Compare April 3, 2018 13:37
@miq-bot
Copy link
Member

miq-bot commented Apr 3, 2018

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
1 file checked, 0 offenses detected
Everything looks fine. 🍰

Copy link
Member

@tinaafitz tinaafitz left a 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.

@d-m-u
Copy link
Contributor Author

d-m-u commented Apr 3, 2018

@miq-bot add_label retirement

@gmcculloug gmcculloug self-assigned this Apr 3, 2018
@gmcculloug gmcculloug added the bug label Apr 3, 2018
@gmcculloug gmcculloug merged commit e4125fa into ManageIQ:master Apr 3, 2018
@d-m-u d-m-u deleted the fixing_vm_request_retirement branch April 3, 2018 18:57
@gmcculloug gmcculloug added this to the Sprint 83 Ending Apr 9, 2018 milestone Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants