diff --git a/sysinv/sysinv/centos/build_srpm.data b/sysinv/sysinv/centos/build_srpm.data index 73abbf7dff..a462501f81 100644 --- a/sysinv/sysinv/centos/build_srpm.data +++ b/sysinv/sysinv/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="sysinv" -TIS_PATCH_VER=292 +TIS_PATCH_VER=293 diff --git a/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py b/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py index 4e9274fe9e..4685750c81 100644 --- a/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py +++ b/sysinv/sysinv/sysinv/sysinv/conductor/kube_app.py @@ -546,7 +546,7 @@ class AppOperator(object): for key, value in labels.items(): if key == constants.CONTROLLER: controller_l = value - elif key == constants.COMPUTE: + elif key == constants.WORKER: compute_l = value else: if not app.system_app: