From 16edbe4356056daba18a7b912b4514fa11115e18 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 7 Jul 2016 14:43:39 -0400 Subject: [PATCH] Remove check for nova-volumes API The osapi_volume API in Nova has been gone forever, so we don't need to check for that anymore. Change-Id: I7303d3f434fc27a4a1a127e455a7d3b88f588537 --- lib/cinder | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cinder b/lib/cinder index 0ebf195422..6d56b65ef7 100644 --- a/lib/cinder +++ b/lib/cinder @@ -411,11 +411,7 @@ function create_cinder_cache_dir { } # init_cinder() - Initialize database and volume group -# Uses global ``NOVA_ENABLED_APIS`` 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 # (Re)create cinder database recreate_database cinder