Updated Branches: refs/heads/master cd65d26a9 -> 7bb8ed4d0
BUG-ID: CLOUDSTACK-1557 Summary: EC2 REST API : cloudbridge database is missing on the CloudStack Installation After this change, cloudstack-setup-databases is launching cloud-bridge related databases properly. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7bb8ed4d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7bb8ed4d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7bb8ed4d Branch: refs/heads/master Commit: 7bb8ed4d05ac9ea1242201e0e4fafc36916d5c51 Parents: cd65d26 Author: Pradeep Soundararajan <[email protected]> Authored: Wed Mar 13 14:09:27 2013 -0700 Committer: Prachi Damle <[email protected]> Committed: Wed Mar 13 14:20:41 2013 -0700 ---------------------------------------------------------------------- setup/bindir/cloud-setup-databases.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7bb8ed4d/setup/bindir/cloud-setup-databases.in ---------------------------------------------------------------------- diff --git a/setup/bindir/cloud-setup-databases.in b/setup/bindir/cloud-setup-databases.in index 1603c23..0b5cbac 100755 --- a/setup/bindir/cloud-setup-databases.in +++ b/setup/bindir/cloud-setup-databases.in @@ -257,7 +257,7 @@ for full help self.runMysql(text, p, True) self.info(None, True) - awsApiDbDir = '/usr/share/cloud/setup/bridge/db' + awsApiDbDir = '/usr/share/cloudstack-bridge/setup' for f in ["cloudbridge_db.sql"]: p = os.path.join(awsApiDbDir,f) if not os.path.exists(p): continue
