neutron/neutron
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
..
agent Merge "Adding basic connectivity scenario to Neutron" 2016-06-08 01:05:49 +00:00
api Merge "Pecan: bind attribute map to controllers" 2016-06-05 01:23:52 +00:00
callbacks Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
cmd Remove BGP code from neutron 2016-04-25 21:54:06 -07:00
common Merge "Added API tests for page_reverse and href next/previous links" 2016-06-07 13:17:30 +00:00
conf Refactoring config options for service 2016-05-14 21:44:18 -05:00
core_extensions Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
db Merge "Make IPAM segment aware on port update" 2016-06-07 18:58:27 +00:00
debug Deprecate neutron-debug 2016-05-19 20:25:46 +00:00
extensions Make service plugins' get_plugin_type classmethods 2016-06-07 15:33:07 -05:00
hacking Use unittest2 uniformly across Neutron 2016-05-23 13:13:17 +00:00
ipam Remove nested transaction from ipam driver 2016-05-18 12:30:18 +00:00
locale Imported Translations from Zanata 2016-06-07 07:17:09 +00:00
notifiers Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
objects Merge "objects: stop using internal _context attribute" 2016-06-08 01:50:16 +00:00
pecan_wsgi Pecan: bind attribute map to controllers 2016-05-26 06:13:53 +00:00
plugins Force "out-of-band" controller connection mode 2016-06-03 19:08:07 +03:00
quota Refactoring config options for quota 2016-05-11 09:15:38 -05:00
scheduler Classes lack metaclass decoration 2016-05-05 13:31:15 -06:00
server Revert "Remove threading before process forking" 2016-05-05 21:07:21 +00:00
services Fix designate dns driver for SSL based endpoints 2016-06-15 15:06:40 -07:00
tests Fix designate dns driver for SSL based endpoints 2016-06-15 15:06:40 -07:00
__init__.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py Consume ConfigurableMiddleware from oslo_middleware 2015-10-08 17:59:43 +00:00
context.py New engine facade from oslo_db: Step 1 2016-05-04 11:19:15 +03:00
i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
manager.py Pecan: bind attribute map to controllers 2016-05-26 06:13:53 +00:00
neutron_plugin_base_v2.py Revert "Remove threading before process forking" 2016-05-05 21:07:21 +00:00
opts.py Switch to oslo.cache 2016-06-02 15:22:36 +00:00
policy.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
service.py oslo: remove usage of oslo.log verbose option 2016-05-26 15:01:08 +00:00
version.py
worker.py Revert "Remove threading before process forking" 2016-05-05 21:07:21 +00:00
wsgi.py Follow effective Neutron guidelines 2016-05-30 23:20:53 -07:00