mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-9336 surround the execution of baremetal-vr.py with condition
This commit is contained in:
parent
419f8fba63
commit
2a88b11132
@ -42,7 +42,10 @@ then
|
|||||||
echo 1000000 > /proc/sys/net/nf_conntrack_max
|
echo 1000000 > /proc/sys/net/nf_conntrack_max
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$router" != "" ]
|
||||||
|
then
|
||||||
python /opt/cloud/bin/baremetal-vr.py &
|
python /opt/cloud/bin/baremetal-vr.py &
|
||||||
|
fi
|
||||||
|
|
||||||
date > /var/cache/cloud/boot_up_done
|
date > /var/cache/cloud/boot_up_done
|
||||||
logger -t cloud "Boot up process done"
|
logger -t cloud "Boot up process done"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user