Skip to content

Commit

Permalink
Merge pull request #14159 from jhernand/pass_url_path_when_using_ovir…
Browse files Browse the repository at this point in the history
…t_sdk

Always pass the URL path to the oVirt SDK
  • Loading branch information
agrare authored Mar 8, 2017
2 parents dd2f00d + 15c965f commit b2be278
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def connect(options = {})
connect_options = {
:server => options[:ip] || address,
:port => options[:port] || self.port,
:path => path,
:username => options[:user] || authentication_userid(options[:auth_type]),
:password => options[:pass] || authentication_password(options[:auth_type]),
:service => options[:service] || "Service",
Expand Down

0 comments on commit b2be278

Please sign in to comment.