Updated Branches: refs/heads/4.1 84fbc7e9a -> 81a5a1270
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/81a5a127 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/81a5a127 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/81a5a127 Branch: refs/heads/4.1 Commit: 81a5a1270ee4eafa0984f985011b59a1b56d3399 Parents: 84fbc7e Author: Pradeep Soundararajan <[email protected]> Authored: Wed Mar 13 14:09:27 2013 -0700 Committer: David Nalley <[email protected]> Committed: Wed Mar 13 17:31:05 2013 -0400 ---------------------------------------------------------------------- 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/81a5a127/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
