diff options
Diffstat (limited to 'tosca/vCPE/vgw')
-rw-r--r-- | tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml index 4063f957..a9e2b47e 100644 --- a/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vgw/MainServiceTemplate_sriov.yaml @@ -252,7 +252,7 @@ topology_template: floating_ip_activated: false fixed_ip_address: - { get_input: vgw_private_ip_0 } - vnic_type: "direct-physical" + vnic_type: "direct" virtual_network_interface_requirements: - name: "sriov-support" support_mandatory: true |