From d2709152739b0def198738f958a884b044363713 Mon Sep 17 00:00:00 2001 From: Rawan Herzallah Date: Thu, 9 Jun 2016 07:38:14 +0000 Subject: [PATCH] Remove VXALN checkbox from UI VXLAN offloading is configured out of the box in ConnectX-4 Change-Id: Ic197fc3c5f3665d9776337978b29923d976bb74b --- environment_config.yaml | 2 +- metadata.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment_config.yaml b/environment_config.yaml index b70a9a0..2b5014d 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -92,7 +92,7 @@ attributes: If selected, Mellanox hardware will be used to achieve a better performance and significant CPU overhead reduction using VXLAN traffic offloading. This feature is supported in Ethernet mode over Neutron with tunneling. weight: 50 - type: "checkbox" + type: hidden restrictions: - condition: "not (cluster:net_provider == 'neutron' and networking_parameters:segmentation_type == 'tun')" message: "For VXLAN offloading, network should be neutron with tunnling segmentation." diff --git a/metadata.yaml b/metadata.yaml index bae75ea..bebbe2d 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -5,7 +5,7 @@ name: mellanox-plugin title: Mellanox ConnectX-4 Openstack Features # Plugin version -version: 3.1.12 +version: 3.1.13 # Description description: Enable features over Mellanox ConnectX-4 Adapters