SEBA-566 Add linting and fix errors in onos-service

Change-Id: If84a9d5d47ec490acf98b6d9790dd1baff21875b
diff --git a/xos/synchronizer/models/onos.xproto b/xos/synchronizer/models/onos.xproto
index 8f27d32..ae479ab 100644
--- a/xos/synchronizer/models/onos.xproto
+++ b/xos/synchronizer/models/onos.xproto
@@ -32,7 +32,7 @@
     required string rest_hostname = 1 [
         help_text = "Hostname of ONOS Service REST endpoint",
         content_type = "stripped",
-        max_length = 255];
+        max_length = 256];
     required int32 rest_port = 2 [
         help_text = "Port numnber of ONOS Service REST endpoint",
         default = 8181];
@@ -40,10 +40,10 @@
         help_text = "Username to use when authenticating to ONOS",
         content_type = "stripped", 
         default="karaf",
-        max_length = 255];
+        max_length = 256];
     required string rest_password = 4 [
         help_text = "Password to use when authenticating to ONOS",
         content_type = "stripped",
         default="karaf",
-        max_length = 255];
+        max_length = 256];
 }