Add SSL limitation

Change-Id: I2549cdc8f45a862d37b3ec5ba354c999105d4bcd
This commit is contained in:
Igor Zinovik 2016-11-17 11:20:19 +03:00
parent 867225a879
commit f55809a6fd
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
Limitations 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 NSX-T plugin cannot be used simultaneously with NSXv plugin
----------------------------------------------------------- -----------------------------------------------------------

View File

@ -3,10 +3,10 @@ attributes:
group: network group: network
insecure: insecure:
value: true value: true
label: "Bypass NSX Manager certificate verification" label: ""
description: '' description: ''
weight: 1 weight: 1
type: 'checkbox' type: 'hidden'
ca_file: ca_file:
value: '' value: ''
label: 'CA certificate file' label: 'CA certificate file'