mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Substitute c12g.com for opennebula.systems
This commit is contained in:
parent
763dd26d4e
commit
a9a2396898
@ -25,7 +25,7 @@ module Market
|
||||
@username = username
|
||||
@password = password
|
||||
|
||||
url ||= 'http://marketplace.c12g.com/'
|
||||
url ||= 'http://marketplace.opennebula.systems/'
|
||||
@uri = URI.parse(url)
|
||||
|
||||
@user_agent = "OpenNebula #{CloudClient::VERSION} (#{user_agent})"
|
||||
|
@ -112,7 +112,7 @@
|
||||
|
||||
# Marketplace endpoint
|
||||
#
|
||||
:marketplace_url: http://marketplace.c12g.com/appliance
|
||||
:marketplace_url: http://marketplace.opennebula.systems/appliance
|
||||
|
||||
################################################################################
|
||||
# OneFlow
|
||||
|
@ -493,7 +493,7 @@ Sunstone.addInfoPanel("support_info_panel", support_info_panel);
|
||||
//})
|
||||
//
|
||||
//$(document).on("click", "#li_enterprise-tab a", function(){
|
||||
// window.open("http://c12g.com/support/");
|
||||
// window.open("http://opennebula.systems/support/");
|
||||
// return false;
|
||||
//})
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
<div id="footer" style="overflow:visible;">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 4.9.80</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 4.10.0</a> by <a href="http://opennebula.systems" target="_blank">OpenNebula Systems</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<!--
|
||||
Default configuration attributes for the SoftLayer driver
|
||||
(all domains will use these values as defaults)
|
||||
|
||||
|
||||
Use XML syntax to specify defaults, note elements are UPPERCASE
|
||||
Example:
|
||||
<TEMPLATE>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<TEMPLATE>
|
||||
<SOFTLAYER>
|
||||
<DOMAIN>c12g.com</DOMAIN>
|
||||
<DOMAIN>opennebula.systems</DOMAIN>
|
||||
<INSTANCE_TYPE>slcci.small</INSTANCE_TYPE>
|
||||
<HOURLYBILLINGFLAG>true</HOURLYBILLINGFLAG>
|
||||
<LOCALDISKFLAG>true</LOCALDISKFLAG>
|
||||
|
Loading…
x
Reference in New Issue
Block a user