summaryrefslogtreecommitdiffstats
path: root/lib/python/apex
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-06-28 14:34:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-28 14:34:30 +0000
commit44bfa2a383673db14dcc62cd55039938ac0e17e2 (patch)
tree0e5c71d0a69025359a22490cc662566f9cdfdc42 /lib/python/apex
parentcc35694a87dfab1afbf429bedf67e2ef63003f3d (diff)
parent0d976fbff21d219f0e5e4d29d373ad97467b5bb6 (diff)
Merge "Adds initial FDIO support"
Diffstat (limited to 'lib/python/apex')
-rw-r--r--lib/python/apex/deploy_env.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_env.py b/lib/python/apex/deploy_env.py
index fb03cd07..4c71b54f 100644
--- a/lib/python/apex/deploy_env.py
+++ b/lib/python/apex/deploy_env.py
@@ -18,7 +18,8 @@ REQ_DEPLOY_SETTINGS = ['sdn_controller',
'congress',
'dataplane',
'sfc',
- 'vpn']
+ 'vpn',
+ 'vpp']
OPT_DEPLOY_SETTINGS = ['performance']