neutron/neutron/tests/unit/plugins/ml2
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
..
drivers Merge "Force "out-of-band" controller connection mode" into stable/mitaka 2016-06-08 21:31:45 +00:00
extensions Fix designate dns driver for SSL based endpoints 2016-06-16 16:11:14 -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 Merge "Fix port relationship for DVRPortBinding" 2016-02-05 16:09:14 +00:00
test_driver_context.py Revert "Defer segment lookup in NetworkContext object" 2015-06-10 07:04:38 +00:00
test_ext_portsecurity.py port security: gracefully handle resources with no bindings 2016-03-30 17:15:56 +00:00
test_extension_driver_api.py ML2: Call _dict_extend in create_(net|port) ops 2016-02-06 09:50:38 +00:00
test_plugin.py Add IPAllocation object to session info to stop GC 2016-04-07 21:37:01 +00:00
test_port_binding.py unbreak unit test caused by c5fa665de3 2016-03-01 13:32:29 -08:00
test_rpc.py Use assertIn and assertNotIn 2015-10-05 20:47:18 +02:00
test_security_group.py Fix module's import order 2016-01-22 06:38:42 -08:00
test_tracked_resources.py Add relationship between port and floating ip 2016-01-29 12:28:15 +03:00