| ... | ... |
@@ -425,11 +425,7 @@ function create_cinder_cache_dir {
|
| 425 | 425 |
} |
| 426 | 426 |
|
| 427 | 427 |
# init_cinder() - Initialize database and volume group |
| 428 |
-# Uses global ``NOVA_ENABLED_APIS`` |
|
| 429 | 428 |
function init_cinder {
|
| 430 |
- # Force nova volumes off |
|
| 431 |
- NOVA_ENABLED_APIS=$(echo $NOVA_ENABLED_APIS | sed "s/osapi_volume,//") |
|
| 432 |
- |
|
| 433 | 429 |
if is_service_enabled $DATABASE_BACKENDS; then |
| 434 | 430 |
# (Re)create cinder database |
| 435 | 431 |
recreate_database cinder |