Bug 1042958

Summary: [RFE][oslo]: Provide new oslo.config option which would handle JSON/YAML option based upon StrOpt
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo/+spec/json-yaml-options
Whiteboard: upstream_milestone_none upstream_status_slow-progress upstream_definition_discussion
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:08:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-13 16:47:36 UTC
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