neutron/neutron/tests/unit/plugins/ml2
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
..
drivers Force "out-of-band" controller connection mode 2016-06-03 19:08:07 +03:00
extensions 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
_test_mech_agent.py portbindings: use constants for extension keys 2016-01-10 00:42:53 -08:00
base.py Add high-level functional/integration DVR tests 2015-08-19 18:01:16 -04:00
test_agent_scheduler.py Move db agent schedulers test to a more appropriate place 2015-08-24 15:14:13 +03:00
test_db.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_driver_context.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_ext_portsecurity.py port security: gracefully handle resources with no bindings 2016-03-24 22:27:31 +01:00
test_extension_driver_api.py ML2: Call _dict_extend in create_(net|port) ops 2016-02-06 09:50:38 +00:00
test_managers.py Fix wrong use of list of dict in _check_driver_to_bind 2016-03-21 03:39:41 -04:00
test_plugin.py Merge "Mock mechanism manager instead of the test driver" 2016-06-07 13:32:58 +00:00
test_port_binding.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_rpc.py Add provisioning blocks to status ACTIVE transition 2016-05-11 11:03:09 -07:00
test_security_group.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_tracked_resources.py Add relationship between port and floating ip 2016-01-29 12:28:15 +03:00