]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use proper capitalization for OVS table names
authorTerry Wilson <twilson@redhat.com>
Thu, 22 Jan 2015 07:43:09 +0000 (01:43 -0600)
committerTerry Wilson <twilson@redhat.com>
Thu, 22 Jan 2015 15:32:29 +0000 (09:32 -0600)
commit8200f8004afbd99235e5dbc9c5ac7f155f9f7bda
tree68abe7ac91c980348bed8c026aae5537054a857f
parentec3f7562e05dd0d924f500006949648435505bdb
Use proper capitalization for OVS table names

ovs-vsctl will convert the names for you, but native OVSDB won't.
It's always better to match case correctly when possible.

Partially-implemnts: blueprint vsctl-to-ovsdb
Change-Id: Ic782856446449a0296564cb6a0e6cf20d7ccfa7d
neutron/agent/linux/ovs_lib.py
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/tests/unit/agent/linux/test_ovs_lib.py