summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/cinder.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/_drivers/cinder.py')
-rw-r--r--glance_store/_drivers/cinder.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/glance_store/_drivers/cinder.py b/glance_store/_drivers/cinder.py
index 12bfabf..0b5ac1d 100644
--- a/glance_store/_drivers/cinder.py
+++ b/glance_store/_drivers/cinder.py
@@ -32,7 +32,7 @@ from glance_store import capabilities
from glance_store.common import utils
import glance_store.driver
from glance_store import exceptions
-from glance_store.i18n import _, _LE, _LW, _LI
+from glance_store.i18n import _, _LE, _LI
import glance_store.location
try:
@@ -435,9 +435,6 @@ class Store(glance_store.driver.Store):
def __init__(self, *args, **kargs):
super(Store, self).__init__(*args, **kargs)
- LOG.warning(_LW("Cinder store is considered experimental. "
- "Current deployers should be aware that the use "
- "of it in production right now may be risky."))
def get_schemes(self):
return ('cinder',)