aboutsummaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
diff options
context:
space:
mode:
authorc00149107 <chenchuanyu@huawei.com>2018-01-19 14:36:23 +0800
committerc00149107 <chenchuanyu@huawei.com>2018-01-22 09:32:07 +0800
commit2a4218f9cb597153d74ffc8bcd47c082fee787b2 (patch)
treef7e4dcb1c3484646fd28349d338739e58f3e588d /mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
parent060172a72106a52ad0b1adcd3fb2ad50cb05f1cc (diff)
Add Category info For Service and Resource
Add Category info For Service and Resource,It is used for generic workflow Change-Id: I952d39388eac8b379a8ecc365e1292fdc0cf597e Issue-ID: SO-379 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'mso-catalog-db/src/main/resources/NetworkResource.hbm.xml')
-rw-r--r--mso-catalog-db/src/main/resources/NetworkResource.hbm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
index 1599cf5c66..41e049ad8d 100644
--- a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
+++ b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
@@ -35,6 +35,8 @@
<property name="neutronNetworkType" column="NEUTRON_NETWORK_TYPE" type="string" length="20"/>
<property name="description" column="DESCRIPTION" type="string" length="1200"/>
<property name="orchestrationMode" column="ORCHESTRATION_MODE" type="string" length="20"/>
+ <property name="category" column="RESOURCE_CATEGORY" type="string" length="20"/>
+ <property name="subCategory" column="RESOURCE_SUB_CATEGORY" type="string" length="20"/>
<property name="heatTemplateArtifactUUID" column="HEAT_TEMPLATE_ARTIFACT_UUID" type="string" length="200" not-null="true" />
<property name="aicVersionMin" type="string" >