-
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
Parse automation attrs correctly #18084
Parse automation attrs correctly #18084
Conversation
@miq-bot add_reviewer @tinaafitz |
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 great!
…m_objects_before_deliver_to_automate Parse automation attrs correctly (cherry picked from commit 3f9ac40) https://bugzilla.redhat.com/show_bug.cgi?id=1632239
Hammer backport details:
|
@d-m-u |
Sorry, I messed up. This is g/no. |
This should fix the last OrchestrationStack retirement bug as described in https://bugzilla.redhat.com/show_bug.cgi?id=1632239.
When we deliver things to automate they should be in the format
{"OrchestrationStack::orchestration_stack"=>1122}
rather than{"OrchestrationStack::OrchestrationStack"=>1122}
.