From 988cc19138db530102bc1913b50640f6ea2a53d5 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Sat, 11 Jan 2020 16:09:49 +0000 Subject: [PATCH] nova: Enable n-cauth on stable/rocky for cells v1 jobs Ia85ea5d338f07cb248f60de44b21826862d09d26 had enabled n-cauth again correctly on branches prior to Rocky but missed that while deprecated it is still required on stable/rocky for cells v1 jobs: https://docs.openstack.org/nova/rocky/configuration/config.html#workarounds.enable_consoleauth Change-Id: I74fd0ba8d2fb1ed25210576fabe957167dc6ca90 --- roles/test-matrix/files/features.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/test-matrix/files/features.yaml b/roles/test-matrix/files/features.yaml index efb6e15b..1a247b38 100644 --- a/roles/test-matrix/files/features.yaml +++ b/roles/test-matrix/files/features.yaml @@ -99,7 +99,7 @@ primary: base: services: [n-api, n-cond, n-cpu, n-novnc, n-sch, n-api-meta] rocky: - services: [n-net] + services: [n-cauth, n-net] queens: services: [n-cauth, n-net] pike: