Repository: cloudstack Updated Branches: refs/heads/master 2c110ab70 -> bccd34479
CLOUDSTACK-8683: process cmd_line.json for shared network VR in cloud-early-config This closes #634 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bccd3447 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bccd3447 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bccd3447 Branch: refs/heads/master Commit: bccd34479684d4474fa344d11961f08995833ea1 Parents: 2c110ab Author: Kishan Kavala <kis...@apache.org> Authored: Wed Jul 29 14:13:01 2015 +0530 Committer: Kishan Kavala <kis...@apache.org> Committed: Wed Jul 29 15:57:19 2015 +0530 ---------------------------------------------------------------------- systemvm/patches/debian/config/etc/init.d/cloud-early-config | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bccd3447/systemvm/patches/debian/config/etc/init.d/cloud-early-config ---------------------------------------------------------------------- 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 711d575..934ba9c 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