diff --git a/sysinv/sysinv/centos/build_srpm.data b/sysinv/sysinv/centos/build_srpm.data index 2c13de6a0d..2d590250af 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=299 +TIS_PATCH_VER=300 diff --git a/sysinv/sysinv/sysinv/sysinv/api/controllers/v1/host.py b/sysinv/sysinv/sysinv/sysinv/api/controllers/v1/host.py index 300f4dd6f3..3bf1916ff6 100644 --- a/sysinv/sysinv/sysinv/sysinv/api/controllers/v1/host.py +++ b/sysinv/sysinv/sysinv/sysinv/api/controllers/v1/host.py @@ -4815,6 +4815,7 @@ class HostController(rest.RestController): "Please wait for this host's availability state " "to be 'online' and then re-issue the reinstall " "command." % hostupdate.displayid)) + hostupdate.configure_required = True def check_unlock(self, hostupdate, force_unlock=False): """Check semantics on host-unlock."""