Set default service type to 'volumev2'

We are already use Cinder API v2 by default so it sould be consistent to
use 'volumev2' service type by default

Change-Id: I9f2da310f6ad53a40d476ede62369cc364371064
This commit is contained in:
Ivan Kolodyazhny
2015-12-08 18:56:36 +02:00
parent 7970e0fb7e
commit 1396308631

View File

@@ -55,7 +55,7 @@ osprofiler_profiler = importutils.try_import("osprofiler.profiler")
DEFAULT_OS_VOLUME_API_VERSION = "2"
DEFAULT_CINDER_ENDPOINT_TYPE = 'publicURL'
DEFAULT_CINDER_SERVICE_TYPE = 'volume'
DEFAULT_CINDER_SERVICE_TYPE = 'volumev2'
logging.basicConfig()
logger = logging.getLogger(__name__)