Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/json-yaml-options. Description: Trove(DBaaS) wants to use dict-in-dict option and do not perform any of parsing manipulations. Point is to have DictInDict option. config file format: param_name = key0: {key1: value, }, key2:{key3: value, }, parsed format: CONF.param_name = {key0, : {key1: value, }, key2:{key3: value, }} Specification URL (additional information): None