diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-04-23 08:39:28 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-04-23 08:42:05 -0400 |
commit | ab420f2f65bad464885a216fdd31ee73e68b54ff (patch) | |
tree | c662a223ac75e894b1441e208bd55de1c9c12bcf | |
parent | 126cdab82d4a42ec5b3324955f197f6832050d8a (diff) |
Re-add esrSystemInfoList to cloudRegion
Issue-ID: AAI-1090
Change-Id: Ic5d84689a0aa33a2ba215f9fde4af650bef2d4eb
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v13.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml index 2dfc4f0a..9a29fa79 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml @@ -672,6 +672,7 @@ <xml-property name="description" value="List of cloud-region specific HPA Capabilities"/> </xml-properties> </xml-element> + <xml-element java-attribute="esrSystemInfoList" name="esr-system-info-list" type="inventory.aai.onap.org.v13.EsrSystemInfoList" /> </java-attributes> <xml-properties> <xml-property name="description" value="cloud-region designates an installation of a cloud cluster or region or instantiation." /> |