mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloud-early-config now saves its input file to /var/cache/cloud Execute load cmd_line.json in update_config Old way of working still in there to stop and possible clash until the base image is made
6 lines
98 B
Python
6 lines
98 B
Python
from pprint import pprint
|
|
|
|
def merge(dbag, cmdline):
|
|
dbag['config'] = cmdline
|
|
return dbag
|