mirror of https://github.com/apache/cloudstack.git
VPC : move acl.sh ipassoc.sh to /opt/cloud/bin/
This commit is contained in:
parent
78f1aab584
commit
1fa6ba5ecc
|
|
@ -41,7 +41,7 @@ shift
|
|||
|
||||
check_gw "$domRIp"
|
||||
|
||||
ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/root/$script $*"
|
||||
ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/opt/cloud/bin/$script $*"
|
||||
exit $?
|
||||
|
||||
|
||||
|
|
|
|||
2
wscript
2
wscript
|
|
@ -4,7 +4,7 @@
|
|||
# the following two variables are used by the target "waf dist"
|
||||
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
|
||||
|
||||
VERSION = '3.0.3.2012-06-06T18:22:16Z'
|
||||
VERSION = '3.0.3.2012-06-06T19:22:49Z'
|
||||
APPNAME = 'cloud'
|
||||
|
||||
import shutil,os
|
||||
|
|
|
|||
Loading…
Reference in New Issue