diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 12:55:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 13:27:18 +0200 |
commit | 76ec4e831b2653426d8bc434dabe145d97efcc2a (patch) | |
tree | 77ed1404294299f666f65fb17bdab4bd8575da14 /infra/northbound/bgp/src/main/resources | |
parent | 299296e6ff842a1c275a67a07f2f3e09852c1959 (diff) |
HONEYCOMB-377: remove enabled flag for bgp
Use module configuration to enable/disabe BGP.
Also hides BgpExtensionModule module to the user
(until HONEYCOMB-363 is fixed).
Change-Id: I8294d080138a0bcf640420484b76c089aa332d93
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/northbound/bgp/src/main/resources')
-rw-r--r-- | infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json index c0981429f..2efe55ee3 100644 --- a/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json +++ b/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp.json @@ -1,5 +1,4 @@ { - "bgp-enabled": "false", "bgp-binding-address": "127.0.0.1", "bgp-port": 1790, "bgp-as-number": 65000, |