summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/main/resources/config.properties
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-06 20:04:20 +0530
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-19 05:06:20 +0000
commitc681bd275bbc9d36024ac8eb2e8eccf7f20ce05e (patch)
tree21627ee830172fb380989de92b24474afe2e5fa0 /ResmanagementService/service/src/main/resources/config.properties
parentbff486388c23b65fb0ca3dc1f77b376576af9e48 (diff)
Add config file to store cloud-region and tenant
Add config file to store cloud region and tanant which is required for vserver related operation. Issue-ID : VFC-462 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: I2d261ce8b0ac3e8b31451befbded9e9076f8ee0d Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'ResmanagementService/service/src/main/resources/config.properties')
-rw-r--r--ResmanagementService/service/src/main/resources/config.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/ResmanagementService/service/src/main/resources/config.properties b/ResmanagementService/service/src/main/resources/config.properties
new file mode 100644
index 0000000..2440521
--- /dev/null
+++ b/ResmanagementService/service/src/main/resources/config.properties
@@ -0,0 +1,5 @@
+host_url=https://192.168.17.24
+port=8443
+cloud-owner=htipl103-cloud-owner-val-18494
+cloud-region-id=htipl103-cloud-region-id-val-8824
+tenant-id=htipl-tenant-id-val-51195 \ No newline at end of file