diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-15 14:52:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-22 09:47:31 -0400 |
commit | 0d976fbff21d219f0e5e4d29d373ad97467b5bb6 (patch) | |
tree | 7e65bb6619e302121034dcd1614de3a43e01c9a4 /lib/python | |
parent | 78d76ace2d2137609ada26cc3eda1405a2294f01 (diff) |
Adds initial FDIO support
JIRA: APEX-133
opnfv-tht-pr: 29
Change-Id: I3080c91c3995ed946b902a75907ef11cb349fc33
Signed-off-by: Tim Rozet <trozet@redhat.com>
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'] |