diff --git a/src/cloud/common/CloudServer.rb b/src/cloud/common/CloudServer.rb index f4d4ea3446..a76a6a5040 100755 --- a/src/cloud/common/CloudServer.rb +++ b/src/cloud/common/CloudServer.rb @@ -44,7 +44,6 @@ class CloudServer # --- Load the Cloud Server configuration file --- @config = Configuration.new(config_file) - @auth = "#{@config[:user]}:#{@config[:password]}" @instance_types = Hash.new @@ -63,7 +62,7 @@ class CloudServer # --- Start an OpenNebula Session --- - @one_client = Client.new(@auth) + @one_client = Client.new() @user_pool = UserPool.new(@one_client) end