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:
parent
28c66a39c5
commit
ba144487ed
@ -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})"
|
||||
|
Loading…
x
Reference in New Issue
Block a user