1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-18 02:50:09 +03:00

Change default marketplace endpoint

This commit is contained in:
Daniel Molina 2012-07-12 15:38:43 +02:00
parent 28c66a39c5
commit ba144487ed

View File

@ -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})"