diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2019-04-28 09:06:11 +0800 |
---|---|---|
committer | Lianhao Lu <lianhao.lu@intel.com> | 2019-04-28 15:50:37 +0800 |
commit | ed44393c10548b712a4c9c55f5d51c9e01554c2b (patch) | |
tree | eb5ca5bd3d3c70b70b065ce8e15772a65839eb5e /tosca/vCPE/Definitions | |
parent | 84be7f72562ca986ff0a2de3fa7830b4bb788214 (diff) |
vCPE Tosca: use direct for vnic_type
Since SDC onboarding DM has added the 'direct' value for vnic_type by
patch https://gerrit.onap.org/r/#/c/86346/, we need to use 'direct' for
SRIOV use case.
Change-Id: I2858195643e970e252e357c45ad1d919764ab20f
Issue-ID: INT-1037
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'tosca/vCPE/Definitions')
-rw-r--r-- | tosca/vCPE/Definitions/onap_dm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca/vCPE/Definitions/onap_dm.yaml b/tosca/vCPE/Definitions/onap_dm.yaml index bd185c75..80d1153d 100644 --- a/tosca/vCPE/Definitions/onap_dm.yaml +++ b/tosca/vCPE/Definitions/onap_dm.yaml @@ -1334,7 +1334,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 |