]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Converts 'router' section to lowercase in bigswitch config
authorKevin Benton <kevin.benton@bigswitch.com>
Mon, 24 Jun 2013 22:06:35 +0000 (15:06 -0700)
committerKevin Benton <kevin.benton@bigswitch.com>
Mon, 24 Jun 2013 22:06:35 +0000 (15:06 -0700)
The restproxy.ini file contained an uppercase section
which is converted to lowercase by this patch to match
existing naming conventions.

Change-Id: Ib8eb69406cae3898c4c9f3fd106f8c7ffef06f01
Fixes: bug #1194296
etc/quantum/plugins/bigswitch/restproxy.ini
quantum/tests/unit/bigswitch/etc/restproxy.ini.test

index 27e9eda7e7b64e88fbb4b0ca09737df38f2492d9..e69d5bb753c0e0d3c28c79a803d3905c25c1c369 100644 (file)
@@ -51,7 +51,7 @@ servers=localhost:8080
 #    default: ovs
 # vif_type = ovs
 
-[ROUTER]
+[router]
 # Specify the default router rules installed in newly created tenant routers
 # Specify multiple times for multiple rules
 # Format is <tenant>:<source>:<destination>:<action>
index ab38c962eaae4b777cabb5aca9f14213beca03e2..a54a7b60d4259a2211f537c1b8f76b0cc0741315 100644 (file)
@@ -31,7 +31,7 @@ serverssl=False
 #   default: ovs
 vif_type = ovs
 
-[ROUTER]
+[router]
 # Specify the default router rules installed in newly created tenant routers
 # Specify multiple times for multiple rules
 # Use an * to specify default for all tenants