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.
This commit is contained in:
Pradeep Soundararajan 2013-03-13 14:09:27 -07:00 committed by David Nalley
parent 84fbc7e9a2
commit 81a5a1270e
1 changed files with 1 additions and 1 deletions

View File

@ -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