From 22f20e5fb95d2bcb55770af90a17c6b7dd3d29b9 Mon Sep 17 00:00:00 2001 From: frank Date: Tue, 1 May 2012 09:28:28 -0700 Subject: [PATCH] add CloudStack.cfg.xml from cloudbridge conf folder to cloudstack conf folder --- cloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud.spec b/cloud.spec index 49eb8259b5d..ded39fb0430 100644 --- a/cloud.spec +++ b/cloud.spec @@ -442,7 +442,7 @@ if [ "$1" == "1" ] ; then cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/ done - confs="cloud-bridge.properties ec2-service.properties hibernate.cfg.xml log4j-cloud-bridge.xml" + confs="cloud-bridge.properties ec2-service.properties hibernate.cfg.xml log4j-cloud-bridge.xml CloudStack.cfg.xml" for c in $confs do cp -f $root/conf/$c $target/conf