diff options
author | Liang Ding <liang.ding@intel.com> | 2019-04-25 21:00:41 -0700 |
---|---|---|
committer | Liang Ding <liang.ding@intel.com> | 2019-04-25 21:55:05 -0700 |
commit | d0fc0ea340a45569045fd3e7a3a5659ded7b2593 (patch) | |
tree | ceeff306243f5323d88e514953ad5e1a1c2ebb5c /catalog-be/src/main/resources/import | |
parent | 8265fac8ef1c8f4fcb8efbf594aef71288c387b4 (diff) |
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 <liang.ding@intel.com>
Diffstat (limited to 'catalog-be/src/main/resources/import')
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |