From 6c11c786314701280ee4753b23150318d2c84958 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 17 May 2023 13:35:09 -0700 Subject: [PATCH] Update default ceph version to "quincy" Affects only the package based install script. Pacific is going to be EOL'ed soon [1], we do not expect folks to deploy the next version of OpenStack (2023.2/Bobcat) with Ceph Pacific; moreover, all our CI jobs are using Quincy by default, and the cephadm script uses quincy by default. [1] https://docs.ceph.com/en/latest/releases/index.html#active-releases Change-Id: I6abdb1241e99d76bcee35b331e1059c4fe48296b Signed-off-by: Goutham Pacha Ravi --- devstack/lib/ceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ceph b/devstack/lib/ceph index a054d9a..7939a87 100755 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -28,7 +28,7 @@ set +o xtrace TEST_MASTER=$(trueorfalse False TEST_MASTER) -CEPH_RELEASE=${CEPH_RELEASE:-pacific} +CEPH_RELEASE=${CEPH_RELEASE:-quincy} GANESHA_RELEASE=${GANESHA_RELEASE:-'unspecified'} # Remove "v" and "-stable" prefix/suffix tags