-
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
Fix for External Automation Manager Inventory Group #14691
Conversation
@@ -1,2 +1,2 @@ | |||
class ManageIQ::Providers::AnsibleTower::AutomationManager::Inventory < ManageIQ::Providers::ExternalAutomationManager::InventoryGroup | |||
class ManageIQ::Providers::AnsibleTower::AutomationManager::Inventory < ManageIQ::Providers::ExternalAutomationManager::InventoryRootGroup |
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.
The class you are trying to inherit from is missing, can you add it for External and Embedded as well? Thanks for fixing this bug 👍
7aa778f
to
69a2979
Compare
Checked commit lgalis@69a2979 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@bdunne - please review |
Fix for External Automation Manager Inventory Group (cherry picked from commit 9a09086)
Fine backport details:
|
@lgalis @dclarizio The BZ has 5.7.z flag too, this can be backported to Euwe? |
@simaishi - the Ansible Tower code was changed and moved in 5.8, so this PR cannot be backported to Euwe - I will create a separate PR for that. |
@lgalis Marked as |
Links
Steps for Testing/QA