-
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
Remove ovirt V3 api calls #19508
Remove ovirt V3 api calls #19508
Conversation
Checked commit kbrock@dcc114f with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@@ -21,7 +21,7 @@ def synchronize_advertised_images_queue | |||
def advertised_images | |||
return [] unless ext_management_system.kind_of?(ManageIQ::Providers::Redhat::InfraManager) | |||
|
|||
ext_management_system.ovirt_services(:use_highest_supported_version => true).advertised_images | |||
ext_management_system.ovirt_services.advertised_images |
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.
👍 good fix
context "does not support api4" do | ||
let(:supported_api_versions) { ["3"] } | ||
it "send the method to ovirt services v4" do | ||
expect_any_instance_of(ManageIQ::Providers::Redhat::InfraManager::OvirtServices::Strategies::V3) |
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.
I'm surprised this isn't showing as conflicting, I removed this in https://github.com/ManageIQ/manageiq/pull/19499/files#diff-74b0b47136c77206a39c6aad71e63599L23-L32
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.
Merged cleanly on the command-line
Update to support ManageIQ/manageiq-providers-ovirt#423
https://bugzilla.redhat.com/show_bug.cgi?id=1751098