Add 'nova-custom-ceph' to COMPUTE_DP_SERVICE_NAMES list

With this patch, the list includes the following values:
- nova
- nova-custom
- nova-custom-ceph

Change-Id: I3a52603d90505909368421033c533955788057c6
This commit is contained in:
Eduardo Olivares 2024-03-01 17:53:41 +01:00
parent 6fb2680a18
commit a712a7c2ca
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ OSP_BM_CRD = 'baremetalhosts.metal3.io'
OCP_WORKERS = 'nodes'
OVN_DP_SERVICE_NAME = 'ovn'
COMPUTE_DP_SERVICE_NAMES = ['nova', 'nova-custom']
COMPUTE_DP_SERVICE_NAMES = ['nova', 'nova-custom', 'nova-custom-ceph']
EDPM_COMPUTE_GROUP = 'edpm-compute'
EDPM_NETWORKER_GROUP = 'edpm-networker'