Skip to content

Commit

Permalink
Merge pull request #14157 from jhernand/set_https_as_default_when_usi…
Browse files Browse the repository at this point in the history
…ng_ovirt_sdk

Set 'https' as the default protocol when using oVirt SDK
  • Loading branch information
agrare authored Mar 8, 2017
2 parents b2be278 + 536def0 commit a7322a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def connect(options = {})

# Prepare the options to call the method that creates the actual connection:
connect_options = {
:scheme => options[:scheme] || 'https',
:server => options[:ip] || address,
:port => options[:port] || self.port,
:path => path,
Expand Down

0 comments on commit a7322a6

Please sign in to comment.