CLOUDSTACK-8683: process cmd_line.json for shared network VR in cloud-early-config

This closes #634
This commit is contained in:
Kishan Kavala 2015-07-29 14:13:01 +05:30
parent 2c110ab709
commit bccd344796
1 changed files with 4 additions and 0 deletions

View File

@ -1339,6 +1339,10 @@ start() {
dhcpsrvr)
[ "$NAME" == "" ] && NAME=dhcpsrvr
setup_dhcpsrvr
if [ -x /opt/cloud/bin/update_config.py ]
then
/opt/cloud/bin/update_config.py cmd_line.json
fi
;;
secstorage)
[ "$NAME" == "" ] && NAME=secstorage