Remove nova-api requirement from sysinv OCF scripts

SysInv API and Conductor had a check in their OCF
script that required nova-api binary was present
in order for them to launch.

This commit eliminates that check, and therefore allows the
nova-api components to be removable from bare metal controller.

Story: 2004764
Task: 30064
Change-Id: I372f9e7e6fcb30ad81289c9bd6b33a6ad48670a9
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-03-18 13:58:26 -05:00
parent a408cdcdc7
commit 066dfcd8f7
3 changed files with 1 additions and 3 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="sysinv"
TIS_PATCH_VER=308
TIS_PATCH_VER=309

View File

@ -147,7 +147,6 @@ sysinv_api_validate() {
check_binary ${OCF_RESKEY_binary}
check_binary sysinv-conductor
check_binary nova-api
check_binary pidof
if [ ! -f ${OCF_RESKEY_config} ] ; then

View File

@ -122,7 +122,6 @@ sysinv_conductor_validate() {
check_binary ${OCF_RESKEY_binary}
check_binary sysinv-api
check_binary nova-api
check_binary pidof
if [ ! -f ${OCF_RESKEY_config} ] ; then