Merge "HPA Telemetry Schema"
authorJames Forsyth <jf2512@att.com>
Fri, 14 Sep 2018 15:18:06 +0000 (15:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 14 Sep 2018 15:18:06 +0000 (15:18 +0000)
aai-schema/src/main/resources/onap/aai_schema/aai_schema_v14.xsd
aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml

index c31850d..9725b6f 100644 (file)
@@ -2211,6 +2211,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
+        <xs:element name="openstack-region-id" type="xs:string" minOccurs="0">
+          <xs:annotation>\r
+            <xs:appinfo>\r
+              <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="OpenStack region ID used by MultiCloud plugin to interact with an OpenStack instance.")</annox:annotate>\r
+            </xs:appinfo>\r
+          </xs:annotation>\r
+        </xs:element>
         <xs:element name="resource-version" type="xs:string" minOccurs="0">
           <xs:annotation>
             <xs:appinfo>
index 0996468..263703b 100644 (file)
                                                <xml-property name="description" value="the status of external system." />
                                        </xml-properties>
                                </xml-element>
+                               <xml-element java-attribute="openstackRegionId" name="openstack-region-id" type="java.lang.String">
+                                       <xml-properties>
+                                                  <xml-property name="description" value="OpenStack region ID used by MultiCloud plugin to interact with an OpenStack instance." />
+                                       </xml-properties>
+                               </xml-element>
                                <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
                                        <xml-properties>
                                                <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />