diff --git a/src/cloud/marketplace/lib/marketplace_client.rb b/src/cloud/marketplace/lib/marketplace_client.rb index c17c44d3cf..176ec7e319 100644 --- a/src/cloud/marketplace/lib/marketplace_client.rb +++ b/src/cloud/marketplace/lib/marketplace_client.rb @@ -23,7 +23,7 @@ module Market @username = username @password = password - url ||= 'http://localhost:9292/' + url ||= 'http://marketplace.c12g.com/' @uri = URI.parse(url) @user_agent = "OpenNebula #{CloudClient::VERSION} (#{user_agent})"