From 3ffdcaeb4ce78d27cd21d0e5069b1f841b8fd021 Mon Sep 17 00:00:00 2001 From: xing-yang Date: Fri, 22 Dec 2017 06:14:39 -0800 Subject: [PATCH] Bump up the API microversion in cinder.rc This patch bumps up the Cinder API microversion to 3.44 in cinder.rc. This is required for the new attachment API to support local-attach. Change-Id: Idb0e5c7c6c6d7f8626b6867eada0d537589011da --- contrib/block-box/cinder.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/block-box/cinder.rc b/contrib/block-box/cinder.rc index bc1446ad100..d7f10f2a618 100644 --- a/contrib/block-box/cinder.rc +++ b/contrib/block-box/cinder.rc @@ -2,4 +2,4 @@ export OS_AUTH_SYSTEM=noauth export CINDER_ENDPOINT=http://127.0.0.1:8776/v3 export OS_PROJECT_ID=myproject export OS_USERNAME=bubba -export OS_VOLUME_API_VERSION=3.27 +export OS_VOLUME_API_VERSION=3.44