[MCORD-183] Fix instance creation from UI

Change-Id: I500c574d8912238c4a6bc009f099b6dc604328c7
diff --git a/xos/vsm.xproto b/xos/vsm.xproto
index 179a494..41dd1e0 100644
--- a/xos/vsm.xproto
+++ b/xos/vsm.xproto
@@ -1,13 +1,13 @@
 option name = "vsm";
 option app_label = "vsm";
-option verbose_name = "vsM Service";
+option verbose_name = "vSM Service";
 option kind = "vEPC";
+option legacy = "True";
 
 message VSMService (Service){
     required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
 }
 
-
 message VSMTenant (TenantWithContainer){
      option name = "vsmtenant";
      option verbose_name = "vSM Tenant";