summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-09 11:48:27 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-09 11:48:27 -0500
commit6f88ca50d62f02634a90ade801373258bc567489 (patch)
tree8572799af255413b0fbb01d34584d24aefc71359
parentc522c960747d932923b8173b5240b0821c51b61b (diff)
Set default cloud owner
Set default cloud owner to CloudOwner in generic resource API properties file Change-Id: I515c884ac4e6572de66678d37d15d7df4903bd99 Issue-ID: SDNC-448 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 9839ced6873d01aa6a880c3f628e2bf2bc224f7b
-rw-r--r--installation/src/main/properties/generic-resource-api-dg.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties
index 863c77f8..f7fd5657 100644
--- a/installation/src/main/properties/generic-resource-api-dg.properties
+++ b/installation/src/main/properties/generic-resource-api-dg.properties
@@ -38,6 +38,9 @@ restapi.ss.mS.vlan.tag.unassign.templatefile=self-serve-mS-vlan-tag-unassignment
restapi.ss.mS.mac.address.assign.templatefile=self-serve-mS-mac-address-assign.json
restapi.ss.mS.mac.address.unassign.templatefile=self-serve-mS-mac-address-unassign.json
+# Default cloud owner
+cloud-region.cloud-owner=CloudOwner
+
# URLs
restapi.cr-allottedresource=/restconf/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/
restapi.sz-allottedresource=/restconf/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/