]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Don’t log warnings for image cache when disabled
authorPatrick East <patrick.east@purestorage.com>
Mon, 4 Jan 2016 20:02:50 +0000 (12:02 -0800)
committerPatrick East <patrick.east@purestorage.com>
Tue, 5 Jan 2016 01:31:53 +0000 (17:31 -0800)
commit382b56f2fe86659a26b3cdeb20f804245fb6ba6e
tree984ccdfce38bd9ada703ab7eb75496deccf7cc91
parent7df01a599ac40b28ad8bd753660d9a466cec6250
Don’t log warnings for image cache when disabled

Right now we do a check for the internal tenant and log a warning before
we check to see if the cache is even turned on for that backend. We
should be only checking for the internal tenant if the image cache has
been configured for the backend.

In addition we shouldn’t log a warning for this since there is already
a warning for the internal context when we try and create it if it is
not configured correctly… to reduce the warning spam this change
switches the log message to an info level.

Change-Id: Iddc4648543d268a4b3b8d557c94c4d2876654e22
Closes-Bug: #1530964
cinder/volume/flows/manager/create_volume.py