diff --git a/INSTALL.txt b/INSTALL.txt index 564dd5727d4..87404780e06 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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: diff --git a/debian/README b/debian/README index ee7f1c37d24..cbfbf1bb9d9 100644 --- a/debian/README +++ b/debian/README @@ -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) Thu, 25 Mar 2010 15:12:06 -0700 diff --git a/docs/2.2/downloads.html b/docs/2.2/downloads.html index da813e2d372..015bbde8d29 100644 --- a/docs/2.2/downloads.html +++ b/docs/2.2/downloads.html @@ -9,7 +9,7 @@
diff --git a/setup/bindir/cloud-migrate-databases.in b/setup/bindir/cloud-migrate-databases.in index 6adffa75d3d..114bb921579 100644 --- a/setup/bindir/cloud-migrate-databases.in +++ b/setup/bindir/cloud-migrate-databases.in @@ -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