add CloudStack.cfg.xml from cloudbridge conf folder to cloudstack conf folder

This commit is contained in:
frank 2012-05-01 09:28:28 -07:00
parent 540f4e1431
commit 22f20e5fb9
1 changed files with 1 additions and 1 deletions

View File

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