neutron/neutron/tests/unit/plugins/ml2/extensions
imran malik c705e2f9f6 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-16 16:11:14 -07:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
fake_extension.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
test_dns_integration.py Fix designate dns driver for SSL based endpoints 2016-06-16 16:11:14 -07:00
test_port_security.py port security: gracefully handle resources with no bindings 2016-03-30 17:15:56 +00:00