Let parsed_parameters can get '_' correctly from instance-parameter:configuration
When there has no '_', SlapOS will report 'configuration._', was not defined. And there has '!py!' prefix in the instance-parameter. And we also need to take care the key of '_' use double quotes instead single quotes. So use ast.literal_eval instead the json.dump
Showing