aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-20 09:26:35 -0700
committerPatrick Brady <pb071s@att.com>2017-10-20 09:32:43 -0700
commit5e5448bc533ea66b39cc60297de8c8b5d1d57b08 (patch)
treea31075c36a2f2b2ed0a1a5cb1913f75ff0104cb2
parent8ecf0e4d4ee5719fe95250945f12f1d6703c769e (diff)
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 <pb071s@att.com> Issue-id: APPC-282
-rw-r--r--installation/src/main/properties/appc.properties2
1 files changed, 2 insertions, 0 deletions
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