Make the JSON API the default CVX endpoint

Change-Id: I48baee8ea97a3a9a25403730cb3ddc99dbc0116a
This commit is contained in:
Mitchell Jameson 2017-06-13 16:11:29 -07:00
parent eebed64795
commit c01827d37f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ ARISTA_DRIVER_OPTS = [
'This is required if sec_group_support is set to ' 'This is required if sec_group_support is set to '
'"True"')), '"True"')),
cfg.StrOpt('api_type', cfg.StrOpt('api_type',
default='EAPI', default='JSON',
help=_('Tells the plugin to use a sepcific API interfaces ' help=_('Tells the plugin to use a sepcific API interfaces '
'to communicate with CVX. Valid options are:' 'to communicate with CVX. Valid options are:'
'EAPI - Use EOS\' extensible API.' 'EAPI - Use EOS\' extensible API.'