change printed name on XOS

Change-Id: I16e96bfdcf19b515bf61d1a376b280c94d30e67a
diff --git a/xos/vmme.xproto b/xos/vmme.xproto
index eb3e787..811d3e3 100644
--- a/xos/vmme.xproto
+++ b/xos/vmme.xproto
@@ -1,4 +1,4 @@
-option name = "vMME";
+option name = "vmme";
 option app_label = "vmme";
 
 message VMMEService (Service){
@@ -8,7 +8,7 @@
 message VMMEVendor (XOSBase){
     option verbose_name = "Virtual Mobility Management Entity Vendor";
 
-    required string name = 1 [help_text = "vendor name", max_length = 32, null = False, db_index = False, blank = False]; 
+    required string name = 1 [help_text = "vendor name", max_length = 32, null = False, db_index = False, blank = False];
     required manytoone image->Image:+ = 2 [help_text = "select image for this vendor", db_index = True, null = False, blank = False];
     required manytoone flavor->Flavor:+ = 3 [help_text = "select openstack flavor for vendor image", db_index = True, null = False, blank = False];
 }