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
This commit is contained in:
Lee Yarwood 2020-01-11 16:09:49 +00:00
parent 1b5f905c13
commit 988cc19138
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ primary:
base: base:
services: [n-api, n-cond, n-cpu, n-novnc, n-sch, n-api-meta] services: [n-api, n-cond, n-cpu, n-novnc, n-sch, n-api-meta]
rocky: rocky:
services: [n-net] services: [n-cauth, n-net]
queens: queens:
services: [n-cauth, n-net] services: [n-cauth, n-net]
pike: pike: