]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Ignore InsecureReq warning in SolidFire Driver
authorJohn Griffith <john.griffith8@gmail.com>
Sun, 9 Aug 2015 16:00:51 +0000 (10:00 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Sun, 9 Aug 2015 16:03:44 +0000 (10:03 -0600)
commit7584925f4335329c34ee3578f003073c54f47386
tree15e41f0e014722857c93c000a2873dbe8222f35d
parent2b3f9f8ddba19a491bf0732b82d1ab27a898d49c
Ignore InsecureReq warning in SolidFire Driver

The python requests package logs the use of Insecure as
a warning.  Currently the use of http vs https is a
configurable option, and for those that use http, the
log files include a Warning message for every single
request to the SolidFire Cluster.

In our case we're explicitly providing the
option to use http instead of https, so we can safely
ignore this message and remove it from the logs.

Change-Id: I746b5f7d7351ef594bf0004ec76458fc1a633031
cinder/volume/drivers/solidfire.py