-
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
Change retire_now to pass zone_name to raise_retirement_event. #15026
Conversation
772772e
to
cf6357a
Compare
cf6357a
to
4c43c0e
Compare
@@ -198,6 +198,10 @@ def error_retiring? | |||
|
|||
private | |||
|
|||
def retire_queue_options | |||
try(:my_zone) ? {:zone => my_zone} : {} |
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 If my_zone
returns nil
this will pass {:zone => nil}
. Will that have the expected results? Or should we only pass the zone_name if we have an actual name? It is unclear to me which is correct.
cc @mkanoor
Separate Automate engine miq_ae_event change required. https://bugzilla.redhat.com/show_bug.cgi?id=1447625
4c43c0e
to
7239d70
Compare
Checked commit tinaafitz@7239d70 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Change retire_now to pass zone_name to raise_retirement_event. (cherry picked from commit 9e5df30) https://bugzilla.redhat.com/show_bug.cgi?id=1449748
Fine backport details:
|
Change retire_now to pass zone_name to raise_retirement_event. (cherry picked from commit 9e5df30) https://bugzilla.redhat.com/show_bug.cgi?id=1449753
Euwe backport details:
|
Pass zone as option to raise_evm_event.
Separate Automate engine miq_ae_event change required.
https://bugzilla.redhat.com/show_bug.cgi?id=1447625
Related PR ManageIQ/manageiq-automation_engine#18