mirror of https://github.com/apache/cloudstack.git
replace cloud.com with cloudstack in text
This commit is contained in:
parent
404e69490a
commit
1d610bb4dd
|
|
@ -50,7 +50,7 @@ $ ant deploydb
|
|||
Type to run mgt server:
|
||||
$ ant debug
|
||||
|
||||
If all of the above process is successful. You are done the single server CloudStack installation.Now your Cloud.com Management Server is running.
|
||||
If all of the above process is successful. You are done the single server CloudStack installation.Now your CloudStack Management Server is running.
|
||||
|
||||
Open your browser and type the bellow url in address bar:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
The Debian Package vmops
|
||||
The Debian Package
|
||||
----------------------------
|
||||
|
||||
This is part of the Cloud.com Cloud Stack collection of packages.
|
||||
This is part of the Cloud Stack collection of packages.
|
||||
|
||||
-- Manuel Amador (Rudd-O) <manuel@vmops.com> Thu, 25 Mar 2010 15:12:06 -0700
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class="header_right">
|
||||
<div class="externallinks_box">
|
||||
<a href="http://www.cloud.com">Cloud.com</a> | <a href="http://cloudstack.org">Community</a>
|
||||
<a href="http://cloudstack.org">Community</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ class CloudContext(cloud_utils.MigrationContext):
|
|||
self.db.execute = wrapex(self.db.execute)
|
||||
|
||||
def __str__(self):
|
||||
return "Cloud.com %s database at %s"%(self.database,self.host)
|
||||
return "CloudStack %s database at %s"%(self.database,self.host)
|
||||
|
||||
def get_schema_level(self):
|
||||
return self.get_config_value('schema.level') or cloud_utils.INITIAL_LEVEL
|
||||
|
|
|
|||
Loading…
Reference in New Issue