Consider Cinder back-end as production ready
Closes-Bug: #1780764 Change-Id: I02153190d72bd861c509f61caad92c20a787f848
This commit is contained in:
parent
90f4b82aec
commit
2c35f16ff1
@ -32,7 +32,7 @@ from glance_store import capabilities
|
|||||||
from glance_store.common import utils
|
from glance_store.common import utils
|
||||||
import glance_store.driver
|
import glance_store.driver
|
||||||
from glance_store import exceptions
|
from glance_store import exceptions
|
||||||
from glance_store.i18n import _, _LE, _LW, _LI
|
from glance_store.i18n import _, _LE, _LI
|
||||||
import glance_store.location
|
import glance_store.location
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@ -435,9 +435,6 @@ class Store(glance_store.driver.Store):
|
|||||||
|
|
||||||
def __init__(self, *args, **kargs):
|
def __init__(self, *args, **kargs):
|
||||||
super(Store, self).__init__(*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):
|
def get_schemes(self):
|
||||||
return ('cinder',)
|
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…
x
Reference in New Issue
Block a user