From bd3ad904d5d01350e892ea3d88694fb9727bc74b Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Wed, 30 Jun 2021 15:57:01 +0100
Subject: [PATCH] CI: stop setting ceph_nova_user

Once I6aa8db2214e07906f1f3e035411fc80ba911a274 has been merged and
backported, the default value of ceph_nova_user (cinder) should work.

Change-Id: I9769c4ee26393f8458537ad2ad543213cf8f57b0
---
 tests/templates/globals-default.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2
index 4044f3f385..53a1e883d1 100644
--- a/tests/templates/globals-default.j2
+++ b/tests/templates/globals-default.j2
@@ -126,7 +126,6 @@ enable_cinder: "yes"
 glance_backend_ceph: "yes"
 cinder_backend_ceph: "yes"
 nova_backend_ceph: "yes"
-ceph_nova_user: "cinder"
 
 # TODO(yoctozepto): Remove this in the Xena cycle.
 # cephadm doesn't support chrony in a container (checks for chrony.service)