refactor vSGW cord-3.0
Change-Id: I72a19da1803d8e9dd9d7c9e848011aa28ef4d619
diff --git a/xos/vsgw.xproto b/xos/vsgw.xproto
index 6b6b1c7..cefcc3a 100644
--- a/xos/vsgw.xproto
+++ b/xos/vsgw.xproto
@@ -1,15 +1,16 @@
-option name = "vsgw";
+option name = "vSGW";
+option verbose_name = "Virtual Serving Gateway";
option app_label = "vsgw";
-option verbose_name = "vSGW Service";
option kind = "vEPC";
option legacy = "True";
message VSGWService (Service){
- required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+ option name = "VSGWService";
+ option verbose_name = "Virtual Serving Gateway Service";
}
message VSGWTenant (TenantWithContainer){
- option name = "vsgwtenant";
- option verbose_name = "VSGW Tenant";
+ option name = "VSGWTenant";
+ option verbose_name = "Virtual Serving Gateway Tenant";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}