From c01827d37fb595c6e88755af667ab01113e0d776 Mon Sep 17 00:00:00 2001 From: Mitchell Jameson Date: Tue, 13 Jun 2017 16:11:29 -0700 Subject: [PATCH] Make the JSON API the default CVX endpoint Change-Id: I48baee8ea97a3a9a25403730cb3ddc99dbc0116a --- networking_arista/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking_arista/common/config.py b/networking_arista/common/config.py index 76e50a8..1675e30 100644 --- a/networking_arista/common/config.py +++ b/networking_arista/common/config.py @@ -92,7 +92,7 @@ ARISTA_DRIVER_OPTS = [ 'This is required if sec_group_support is set to ' '"True"')), cfg.StrOpt('api_type', - default='EAPI', + default='JSON', help=_('Tells the plugin to use a sepcific API interfaces ' 'to communicate with CVX. Valid options are:' 'EAPI - Use EOS\' extensible API.'