From 14218a6726403262dcf8a712229377977513dcfb Mon Sep 17 00:00:00 2001 From: Kishan Kavala Date: Wed, 29 Jul 2015 14:13:01 +0530 Subject: [PATCH] CLOUDSTACK-8683: process cmd_line.json for shared network VR in cloud-early-config --- systemvm/patches/debian/config/etc/init.d/cloud-early-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemvm/patches/debian/config/etc/init.d/cloud-early-config b/systemvm/patches/debian/config/etc/init.d/cloud-early-config index 711d575f908d..934ba9caf7b7 100755 --- a/systemvm/patches/debian/config/etc/init.d/cloud-early-config +++ b/systemvm/patches/debian/config/etc/init.d/cloud-early-config @@ -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