neutron/neutron/tests/unit/plugins
imran malik 9cd95366a0 Fix designate dns driver for SSL based endpoints
Allow setting options in designate section to specify if want
to skip SSL cert check. This makes it possible to work with HTTPS
based endpoints, the default behavior of keystoneclient is to always
set verify=True however in current code, one cannot either provide
a valid CA cert or skip the verification.

DocImpact: Introduce two additional options for `[designate]` section
in neutron.conf
CONF.designate.insecure to allow insecure connections over SSL.
CONF.designate.ca_cert for a valid cert when connecting over SSL

Change-Id: Ic371cc11d783618c38ee40a18206b0c2a197bb3e
Closes-Bug: #1588067
2016-06-15 15:06:40 -07:00
..
common Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
ml2 Fix designate dns driver for SSL based endpoints 2016-06-15 15:06:40 -07:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00