From c86d8fcf6b823f6c6bfdfa44017af5a0e584a12e Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Mon, 24 Jun 2013 15:06:35 -0700 Subject: [PATCH] Converts 'router' section to lowercase in bigswitch config 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 | 2 +- quantum/tests/unit/bigswitch/etc/restproxy.ini.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/quantum/plugins/bigswitch/restproxy.ini b/etc/quantum/plugins/bigswitch/restproxy.ini index 27e9eda7e..e69d5bb75 100644 --- a/etc/quantum/plugins/bigswitch/restproxy.ini +++ b/etc/quantum/plugins/bigswitch/restproxy.ini @@ -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 ::: diff --git a/quantum/tests/unit/bigswitch/etc/restproxy.ini.test b/quantum/tests/unit/bigswitch/etc/restproxy.ini.test index ab38c962e..a54a7b60d 100644 --- a/quantum/tests/unit/bigswitch/etc/restproxy.ini.test +++ b/quantum/tests/unit/bigswitch/etc/restproxy.ini.test @@ -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 -- 2.45.2