mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8683: process cmd_line.json for shared network VR in cloud-early-config
This closes #634
This commit is contained in:
parent
2c110ab709
commit
bccd344796
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue