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

Remove ovirt V3 api calls #19508

Merged
merged 1 commit into from
Nov 14, 2019
Merged

Remove ovirt V3 api calls #19508

merged 1 commit into from
Nov 14, 2019

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Nov 13, 2019

@kbrock kbrock changed the title Remove overt V3 api calls Remove ovirt V3 api calls Nov 13, 2019
@kbrock kbrock requested a review from borod108 November 13, 2019 23:58
@miq-bot
Copy link
Member

miq-bot commented Nov 14, 2019

Checked commit kbrock@dcc114f with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
1 file checked, 0 offenses detected
Everything looks fine. ⭐

@@ -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
Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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

@agrare agrare self-assigned this Nov 14, 2019
agrare added a commit that referenced this pull request Nov 14, 2019
@agrare agrare merged commit dcc114f into ManageIQ:master Nov 14, 2019
@agrare agrare added this to the Sprint 125 Ending Nov 25, 2019 milestone Nov 14, 2019
@kbrock kbrock deleted the ovirt_v4 branch November 14, 2019 16:06
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.

4 participants