CORD-2753 set default owner for ProgranServiceInstance

Change-Id: I0707d4edfba3ba7b6c8e44523afc1de133c12ea9
diff --git a/xos/models/progran.xproto b/xos/models/progran.xproto
index a6935de..47e21db 100644
--- a/xos/models/progran.xproto
+++ b/xos/models/progran.xproto
@@ -37,6 +37,7 @@
 message ProgranServiceInstance (ServiceInstance){
     option verbose_name = "Progran Service Instance";
     option description = "Represent a Profile in the Progran ONOS Application";
+    option owner_class_name="ProgranService";
 
     required string DlSchedType = 1 [default = "RR", choices = "(('RR', 'Round Robin'), ('PF', 'Proportional Fairness'), ('MAXCI', 'Maximum C/I'))", max_length = 30, blank = False, null = False, db_index = False];
     required int32 DlAllocRBRate = 2 [default = "0", db_index = False, null = False, blank = False];