mirror of https://github.com/apache/cloudstack.git
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:
parent
84fbc7e9a2
commit
81a5a1270e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue