Merge "Remove check for nova-volumes API"
This commit is contained in:
commit
6c80f2a485
@ -425,11 +425,7 @@ function create_cinder_cache_dir {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# init_cinder() - Initialize database and volume group
|
# init_cinder() - Initialize database and volume group
|
||||||
# Uses global ``NOVA_ENABLED_APIS``
|
|
||||||
function init_cinder {
|
function init_cinder {
|
||||||
# Force nova volumes off
|
|
||||||
NOVA_ENABLED_APIS=$(echo $NOVA_ENABLED_APIS | sed "s/osapi_volume,//")
|
|
||||||
|
|
||||||
if is_service_enabled $DATABASE_BACKENDS; then
|
if is_service_enabled $DATABASE_BACKENDS; then
|
||||||
# (Re)create cinder database
|
# (Re)create cinder database
|
||||||
recreate_database cinder
|
recreate_database cinder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user