[MCORD-183] Fix instance creation bug from UI

Change-Id: I163b93a080995cb04f552ced02c9692a60527a50
diff --git a/xos/vbbu.xproto b/xos/vbbu.xproto
index 6fd9049..2a30222 100644
--- a/xos/vbbu.xproto
+++ b/xos/vbbu.xproto
@@ -2,12 +2,12 @@
 option app_label = "vbbu";
 option verbose_name = "vBBU Service";
 option kind = "vRAN";
+option legacy = "True";
 
 message VBBUService (Service){
     required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
 }
 
-
 message VBBUTenant (TenantWithContainer){
      option name = "vbbutenant";
      option verbose_name = "vBBU Tenant";