From 68718cbef91667fcf7881a1eee9e66cf1865afb6 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 13 Aug 2018 22:30:20 +0000 Subject: [PATCH] Revert "Include microversion in OS_VOLUME_API_VERSION" This reverts commit db79bc8ed54f177b713fd68199785b3514c2055f. Change-Id: Iaa2276aadae351fbc138de258c51d786f69e4395 --- tripleo_common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_common/constants.py b/tripleo_common/constants.py index 52a706753..6a65ef01c 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -154,7 +154,7 @@ PLAN_NAME_PATTERN = '^[a-zA-Z0-9-]+$' DEFAULT_IMAGE_API_VERSION = '2' # The default version of the Volume API to set in overcloudrc. -DEFAULT_VOLUME_API_VERSION = '3.52' +DEFAULT_VOLUME_API_VERSION = '3' # The name of the file which holds the Mistral environment contents for plan # import/export