diff options
author | Feng Pan <fpan@redhat.com> | 2017-04-17 11:15:52 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-04-18 14:52:50 -0400 |
commit | ed59809f6edc325700055c7fa2375d3245eb8ef9 (patch) | |
tree | 8a738b0fcac6444cdea4fe77e2df9e3b01cac629 /lib/python | |
parent | 79b0248d53c066a4631879332299118277381a76 (diff) |
Add ODL netvirt VPP support
opnfv-tht-pr: 131
Change-Id: I112d454078bd29a386b8557bf1d015d81f328d61
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'lib/python')
-rw-r--r-- | lib/python/apex/deploy_settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_settings.py b/lib/python/apex/deploy_settings.py index dc58d764..48ce340d 100644 --- a/lib/python/apex/deploy_settings.py +++ b/lib/python/apex/deploy_settings.py @@ -31,7 +31,8 @@ OPT_DEPLOY_SETTINGS = ['performance', 'ceph_device', 'yardstick', 'dovetail', - 'odl_vpp_routing_node'] + 'odl_vpp_routing_node', + 'odl_vpp_netvirt'] VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage'] VALID_PERF_OPTS = ['kernel', 'nova', 'vpp', 'ovs'] |