Change compute node to worker node personality

compute personality & subfunction has been renamed
to worker. This update fixed a missed reference in
sysinv conductor.

Change-Id: Ie3e841606f8d55aa68b14edfea62c7eb6fadce08
Signed-off-by: Tao Liu <tao.liu@windriver.com>
This commit is contained in:
Tao Liu 2018-12-19 12:13:08 -05:00
parent 75ce883a2c
commit 885b80a8ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="sysinv"
TIS_PATCH_VER=292
TIS_PATCH_VER=293

View File

@ -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: