-
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
Set 'https' as the default protocol when using oVirt SDK #14157
Set 'https' as the default protocol when using oVirt SDK #14157
Conversation
This patch changes the oVirt provider so that it uses 'https' by default as the protocol when using the oVirt SDK to talk to the oVirt engine. Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com>
@borod108 @pkliczewski please review. |
Checked commit https://github.com/jhernand/manageiq/commit/536def0c75fad455835691c0ed0605cc8090e91f with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@durandom please review. |
@oourfali the change in this PR looks trivial. Please give your 👍 so we can merge. |
I see @pkliczewski approved, so we can proceed with this one. |
@durandom It used to be the default, till it was lost with this recent commit: 1ad9eb7#diff-d6125c21d43685840429020f8c5a57aaL271 This only restores it. |
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.
This patch changes the oVirt provider so that it uses 'https' by default
as the protocol when using the oVirt SDK to talk to the oVirt engine.