[SEBA-180] moved onu event in att-workflow driver
Change-Id: I08a55cd7728f7a2bb5a0c03f18a6f14a773bbf9c
diff --git a/xos/synchronizer/models/volt.xproto b/xos/synchronizer/models/volt.xproto
index 6871a3b..a1fb0dc 100644
--- a/xos/synchronizer/models/volt.xproto
+++ b/xos/synchronizer/models/volt.xproto
@@ -31,7 +31,7 @@
optional string admin_state = 11 [help_text = "admin_state", null = True, db_index = False, blank = False, feedback_state = True];
optional string oper_status = 12 [help_text = "oper_status", null = True, db_index = False, blank = False, feedback_state = True];
optional string of_id = 13 [help_text = "openflow id", null = True, db_index = False, blank = False, feedback_state = True];
- optional string dp_id = 14 [help_text = "datapath id", null = True, db_index = False, blank = False, feedback_state = True];
+ optional string dp_id = 14 [help_text = "datapath id", null = True, db_index = False, blank = False];
required string uplink = 15 [help_text = "uplink port", null = False, db_index = False, blank = False];
required string driver = 16 [default="voltha", help_text = "Olt driver", null = True, db_index = False, blank = False];