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