This database file does not exist anymore
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/798c7c2c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/798c7c2c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/798c7c2c Branch: refs/heads/vim51_win8 Commit: 798c7c2c182d39e1dae525f865fdaaf39d06db7d Parents: 5bf6771 Author: Hugo Trippaers <[email protected]> Authored: Mon Feb 4 22:36:59 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Mon Feb 4 22:36:59 2013 +0100 ---------------------------------------------------------------------- setup/bindir/cloud-setup-databases.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/798c7c2c/setup/bindir/cloud-setup-databases.in ---------------------------------------------------------------------- diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in index e50aa29..ef9eb6c 100755 --- a/setup/bindir/cloud-setup-databases.in +++ b/setup/bindir/cloud-setup-databases.in @@ -244,7 +244,7 @@ for full help self.runMysql(text, p, True) self.info(None, True) - for f in ["templates","create-index-fk"]: + for f in ["templates"]: p = os.path.join(self.dbFilesPath,"%s.sql"%f) text = file(p).read() self.info("Applying %s"%p) @@ -359,7 +359,7 @@ for example: if not os.path.exists(dbf): self.errorAndExit("Cannot find %s"%dbf) - coreSchemas = ['create-database.sql', 'create-schema.sql', 'create-schema-view.sql', 'templates.sql', 'create-index-fk.sql'] + coreSchemas = ['create-database.sql', 'create-schema.sql', 'create-schema-view.sql', 'templates.sql'] if not self.serversetup: coreSchemas.append('server-setup.sql')
