From d0fc0ea340a45569045fd3e7a3a5659ded7b2593 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 25 Apr 2019 21:00:41 -0700 Subject: add an option of 'direct' into vnic_type of DM this modification is for vCPE use case to enable it work Change-Id: I54488a4e847fa21238f5d2279ad86145375258e8 Issue-ID: SDC-2254 Signed-off-by: Liang Ding --- catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml b/catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml index 664c4f59d9..26b99e1c1d 100644 --- a/catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml +++ b/catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml @@ -27,7 +27,7 @@ node_types: description: Describes the type of the virtual network interface realizing the CPs instantiated from this CPD required: false constraints: - - valid_values: [ normal, virtio, direct-physical ] + - valid_values: [ direct, normal, virtio, direct-physical ] vnic_name: # Introduced from Beijing release, aligned with ONAP resource IM, outside the scope of SOL001 v2.5.1 type: string required: false -- cgit 1.2.3-korg