mirror of https://github.com/apache/cloudstack.git
bug 6129: use /root/.ssh/id_rsa.cloud
status 6129: resolved fixed
This commit is contained in:
parent
b74806929d
commit
07dd832d1e
|
|
@ -18,7 +18,7 @@ check_gw() {
|
|||
return $?;
|
||||
}
|
||||
|
||||
cert="$(dirname $0)/id_rsa"
|
||||
cert="/root/.ssh/id_rsa.cloud"
|
||||
|
||||
create_usage_rules () {
|
||||
local dRIp=$1
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ vmopsSnapshot=..,0755,/etc/xapi.d/plugins
|
|||
xs_cleanup.sh=..,0755,/opt/xensource/bin
|
||||
systemvm.iso=../../../../../vms,0644,/opt/xensource/packages/iso
|
||||
hostvmstats.py=..,0755,/opt/xensource/sm
|
||||
id_rsa.cloud=..,0600,/opt/xensource/bin
|
||||
id_rsa.cloud=..,0600,/root/.ssh
|
||||
network_info.sh=..,0755,/opt/xensource/bin
|
||||
prepsystemvm.sh=..,0755,/opt/xensource/bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue