replace cloud.com with cloudstack in text

This commit is contained in:
frank 2012-04-02 19:35:08 -07:00
parent 404e69490a
commit 1d610bb4dd
4 changed files with 5 additions and 5 deletions

View File

@ -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:

4
debian/README vendored
View File

@ -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

View File

@ -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>

View File

@ -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