]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reference OVS OptGoup names in lowercase
authorZhongyue Luo <zhongyue.nah@intel.com>
Tue, 21 May 2013 16:37:00 +0000 (00:37 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Tue, 21 May 2013 17:36:42 +0000 (01:36 +0800)
commitb8b2c4ebec7f8687215b5fd17a6f0fde84aee043
tree51473c47f9a885b9fd39d78208e565be7513cd3a
parent08c49053c1fb38560b1b243f5219570305444d2c
Reference OVS OptGoup names in lowercase

To have consistent option group name format across projects,
oslo.config now normalizes all non lowercase group names to lowercase
when loading conf files.
Thus conf files are backwards compatible but option group references
in the code must now use lowercase before we update oslo.config.

This patch replaces all 'OVS' references to 'ovs'

Change-Id: Id8697138d822e331a6776f847915c61b40f8dd6a
17 files changed:
etc/quantum/plugins/nec/nec.ini
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
etc/quantum/plugins/ryu/ryu.ini
quantum/plugins/nec/agent/nec_quantum_agent.py
quantum/plugins/nec/common/config.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/common/config.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/ryu/agent/ryu_quantum_agent.py
quantum/plugins/ryu/common/config.py
quantum/plugins/ryu/ryu_quantum_plugin.py
quantum/tests/unit/cisco/test_network_plugin.py
quantum/tests/unit/nec/test_config.py
quantum/tests/unit/openvswitch/test_ovs_defaults.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py
quantum/tests/unit/ryu/test_defaults.py
quantum/tests/unit/ryu/test_ryu_agent.py