Merge "Consider Cinder back-end as production ready"
This commit is contained in:
commit
7141c77f18
@ -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',)
|
||||
|
@ -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).
|
Loading…
Reference in New Issue
Block a user