From 5e5448bc533ea66b39cc60297de8c8b5d1d57b08 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 20 Oct 2017 09:26:35 -0700 Subject: [PATCH] Adding skip hypervisor check property The property should default to true so that iaas does not fail. Change-Id: I8bb6ddd818191801b4c1d59e1cb405eb3f2e1b69 Signed-off-by: Patrick Brady Issue-id: APPC-282 --- installation/src/main/properties/appc.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index cd88ff3..5229ef8 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -101,6 +101,8 @@ test.tenantid=test test.vmid=test # Port 8774 below is default port for OpenStack's Nova API Service test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999 +#skips hypervisor check which usually occurs during iaas-adapter-bundle startup +org.openecomp.appc.iaas.skiphypervisorcheck=true # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle -- 2.16.6