diff options
author | 2016-06-28 14:34:30 +0000 | |
---|---|---|
committer | 2016-06-28 14:34:30 +0000 | |
commit | 44bfa2a383673db14dcc62cd55039938ac0e17e2 (patch) | |
tree | 0e5c71d0a69025359a22490cc662566f9cdfdc42 /lib/python | |
parent | cc35694a87dfab1afbf429bedf67e2ef63003f3d (diff) | |
parent | 0d976fbff21d219f0e5e4d29d373ad97467b5bb6 (diff) |
Merge "Adds initial FDIO support"
Diffstat (limited to 'lib/python')
-rw-r--r-- | lib/python/apex/deploy_env.py | 3 |
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'] |