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'