Comment 1 for bug 1646084

Revision history for this message
Ihar Hrachyshka (ihar-hrachyshka) wrote :

For example, the following section functions result in two - 'AGENT' and 'agent' - sections:

def list_base_agent_opts():
    return [
        ('agent', neutron.agent.common.config.AGENT_STATE_OPTS),
    ]

def list_metadata_agent_opts():
    return [
        ('AGENT', neutron.agent.common.config.AGENT_STATE_OPTS)
    ]