diff options
author | 2018-04-23 09:45:26 -0400 | |
---|---|---|
committer | 2018-04-23 13:57:07 +0000 | |
commit | 4e213a78a72803b39715d89494709dc4bbfb2e0f (patch) | |
tree | 11dfa510935b24d8a23f72122d4e3c0ae762afd8 /aai-schema/src/main/resources/oxm | |
parent | ab420f2f65bad464885a216fdd31ee73e68b54ff (diff) |
Fix v12 cloud-region with esr-system-info attr
Issue-ID: AAI-1090
Change-Id: I41912a801da31736d0501705c46fb9172e1f26dc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/oxm')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v12.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml index d9fbccac..ec61eb6e 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v12.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.v12.EsrSystemInfoList" /> </java-attributes> <xml-properties> <xml-property name="description" value="cloud-region designates an installation of a cloud cluster or region or instantiation." /> |