diff options
author | Brandon, Bruce (bb2697) <bb2697@att.com> | 2018-09-18 18:05:50 +0000 |
---|---|---|
committer | Brandon, Bruce (bb2697) <bb2697@att.com> | 2018-09-18 18:05:50 +0000 |
commit | 2f496435d249baf544abdcb2c5e8a467cfa18f5a (patch) | |
tree | b04d3ce89c774c62d3c6007731b3dde90a90f049 /generic-resource-api/model | |
parent | f62dc263b5bdb2791566bb741e7a71e7b844fb7a (diff) |
Add cloud-owner as input
Add cloud-owner to input so that callers to GR-API can provide this value
Change-Id: Ia12bb2c6db5f0d3b50115e85ed6873ae6c8c24a8
Issue-ID: SDNC-459
Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
Diffstat (limited to 'generic-resource-api/model')
-rw-r--r-- | generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang index 2574dcac..a6f8db99 100644 --- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang +++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang @@ -2378,6 +2378,10 @@ module GENERIC-RESOURCE-API { description "The AIC cloud region which maps to contrail versions";
type string;
}
+ leaf cloud-owner {
+ description "The cloud owner provided by the caller";
+ type string;
+ }
leaf aic-clli {
description "Not expected to be used";
type string;
|