Merge "Add SSL limitation"

This commit is contained in:
Jenkins 2016-11-17 08:45:11 +00:00 committed by Gerrit Code Review
commit babceaa0f6
2 changed files with 11 additions and 2 deletions

View File

@ -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
-----------------------------------------------------------

View File

@ -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'