]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
CONF add suppress_requests_ssl_warnings
authorWalter A. Boring IV <walter.boring@hpe.com>
Thu, 14 Jan 2016 14:27:11 +0000 (06:27 -0800)
committerWalter A. Boring IV <walter.boring@hpe.com>
Mon, 29 Feb 2016 10:24:01 +0000 (02:24 -0800)
commitac9fa5de6bbaaa12723debe71d6334b2dab71f15
tree04524dcc67f7377b64fd11eea0b5c3ec4cf1a262
parentf1d60b155ed17a64de34814d7560258e8737be53
CONF add suppress_requests_ssl_warnings

Many cinder drivers now seem to use the python requests library
to talk to their arrays.  One of the joys of the requests library
is that it correctly complains when it connects to a service where
the SSL certificate is bogus or out of date.  While this is a much
needed warning to raise in production environments, it's often a
useless warning for developers and or for POC deployments of Cinder.

This patch adds a CONF setting that allows the volume manager to
disable all requests ssl warnings for each driver instance.
This greatly cleans up the c-vol logs and makes them readable.

By default the CONF setting is False, or disabled.  So the admin
has to manually edit the cinder.conf file and turn this on.

DocImpact
Change-Id: I2f3d21d828aea9a04cf006dcd471ece668bfd947
cinder/volume/manager.py