Merge "Make the JSON API the default CVX endpoint"

This commit is contained in:
Jenkins 2017-06-14 00:29:18 +00:00 committed by Gerrit Code Review
commit a7b61eb791
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 '
'"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.'