This database file does not exist anymore (cherry picked from commit 798c7c2c182d39e1dae525f865fdaaf39d06db7d)
Signed-off-by: Hugo Trippaers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f82849d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f82849d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f82849d2 Branch: refs/heads/4.1 Commit: f82849d249f69710a09b1aeabd5844d8f9efe8a3 Parents: 0c890b1 Author: Hugo Trippaers <[email protected]> Authored: Mon Feb 4 22:36:59 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Tue Feb 5 21:13: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/f82849d2/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')
