Consider Cinder back-end as production ready

Closes-Bug: #1780764
Change-Id: I02153190d72bd861c509f61caad92c20a787f848
This commit is contained in:
Erno Kuvaja 2018-07-19 13:05:22 +01:00 committed by Abhishek Kekane
parent 90f4b82aec
commit 2c35f16ff1
2 changed files with 10 additions and 4 deletions

View File

@ -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',)

View File

@ -0,0 +1,9 @@
---
prelude: >
From glance_store release 0.26.0 onwards Cinder driver is no longer
considered as experimental.
other:
- |
During Rocky cycle number of issues still warranting experimental status
on Cinder back-end driver was addressed. The team considers the driver
stable and production ready from Rocky release onwards (0.26.0).