diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-09 11:48:27 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-11-09 16:50:59 +0000 |
commit | 3df4ba7c88cf330cd358b2cc1a21cd31405fcbb7 (patch) | |
tree | 592c39a3871cbc3e741092d9dd14587bbe96a3dc /installation/src | |
parent | 3447fbd0ac1b8bfe7a0c0080fa702e69a80112f3 (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: 7f6ff3ab6ea70fcf33714036abf0b4147fc574c1
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 3 |
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}/ |