From f55809a6fd4ac681752f003bee4d643513d25ed9 Mon Sep 17 00:00:00 2001 From: Igor Zinovik Date: Thu, 17 Nov 2016 11:20:19 +0300 Subject: [PATCH] Add SSL limitation Change-Id: I2549cdc8f45a862d37b3ec5ba354c999105d4bcd --- doc/user/source/limitations.rst | 9 +++++++++ environment_config.yaml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/user/source/limitations.rst b/doc/user/source/limitations.rst index 221bc10..28588c6 100644 --- a/doc/user/source/limitations.rst +++ b/doc/user/source/limitations.rst @@ -1,6 +1,15 @@ Limitations =========== +Fuel NSX-T plugin does not support SSL verification +--------------------------------------------------- + +Plugin does not allow user to enable SSL certificate verification during +deployment. As workaround it is possible to store certificate at post +deployment stage and enable it in Neutron NSX configuration file +(``/etc/neutron/plugins/vmware/nsx.conf``) (Neutron NSX plugin supports SSL +certificate). + NSX-T plugin cannot be used simultaneously with NSXv plugin ----------------------------------------------------------- diff --git a/environment_config.yaml b/environment_config.yaml index 51a1f22..eac37ae 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -3,10 +3,10 @@ attributes: group: network insecure: value: true - label: "Bypass NSX Manager certificate verification" + label: "" description: '' weight: 1 - type: 'checkbox' + type: 'hidden' ca_file: value: '' label: 'CA certificate file'