CORD-2753 set default owner for VSPGWCServiceInstance
Change-Id: Ibdb43dba31599e134a276300bc00bddc639607a9
diff --git a/xos/vspgwc.xproto b/xos/vspgwc.xproto
index 22a24af..27d780f 100644
--- a/xos/vspgwc.xproto
+++ b/xos/vspgwc.xproto
@@ -15,6 +15,7 @@
message VSPGWCTenant (TenantWithContainer){
option verbose_name = "Virtual Serving PDN Gateway -- Control Plane ServiceInstance";
+ option owner_class_name="VSPGWCService";
optional manytoone vspgwc_vendor->VSPGWCVendor:vendor_tenants = 1 [help_text = "select vendor of choice, leave blank for slice default", db_index = True, null = True, blank = True];
optional string enodeb_ip_addr = 2 [help_text = "external eNodeB IP address (for 5.0)", default = "127.0.0.1", max_length = 32, null = True, db_index = False, blank = True];