[openstack.cli.extension]
congressclient = congressclient.osc.osc_plugin

[openstack.congressclient.v1]
congress_datasource_list = congressclient.osc.v1.datasource:ListDatasources
congress_datasource_row_list = congressclient.osc.v1.datasource:ListDatasourceRows
congress_datasource_schema_show = congressclient.osc.v1.datasource:ShowDatasourceSchema
congress_datasource_status_list = congressclient.osc.v1.datasource:ListDatasourceStatus
congress_datasource_table_list = congressclient.osc.v1.datasource:ListDatasourceTables
congress_datasource_table_schema_show = congressclient.osc.v1.datasource:ShowDatasourceTableSchema
congress_policy_list = congressclient.osc.v1.policy:ListPolicy
congress_policy_row_list = congressclient.osc.v1.policy:ListPolicyRows
congress_policy_rule_create = congressclient.osc.v1.policy:CreatePolicyRule
congress_policy_rule_delete = congressclient.osc.v1.policy:DeletePolicyRule
congress_policy_rule_list = congressclient.osc.v1.policy:ListPolicyRules
congress_policy_rule_show = congressclient.osc.v1.policy:ShowPolicyRule
congress_policy_simulate = congressclient.osc.v1.policy:SimulatePolicy
congress_policy_table_list = congressclient.osc.v1.policy:ListPolicyTables

