Skip to content

Commit

Permalink
Remove web server config knob L2_enable and use forwarding_mode from …
Browse files Browse the repository at this point in the history
…global vrouter config.

Closes-Bug: #1471637

Implemented forwarding_mode in VN page by removing web server config knob L2_enable
and using forwarding_mode of global vrouter config instead.

Change-Id: I51c420309217d23c3c64b837492c6fefa63b3b9c
  • Loading branch information
Balaji Kumar AS committed Aug 18, 2015
1 parent 8fcd5eb commit 8d9623b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/config.global.js
Expand Up @@ -247,14 +247,6 @@ config.logs.level = 'debug';
*
******************************************************************************/
config.getDomainProjectsFromApiServer = false;
/*****************************************************************************
* Boolean flag L2_enable indicates the default forwarding-mode of a network.
* Allowed values : true / false
* Set this flag to true if all the networks are to be L2 networks,
* set to false otherwise.
*****************************************************************************/
config.network = {};
config.network.L2_enable = false;

/******************************************************************************
* Boolean flag getDomainsFromApiServer indicates wheather the domain
Expand Down

0 comments on commit 8d9623b

Please sign in to comment.