[VOL-4371]  Voltha protos cleanup

Details can be found at:
https://docs.google.com/document/d/1UzfuiPzxYYTULyERk8nKfgzW9QAnwEdtfw_J4UoFyYo/edit

Change-Id: Iad2efddf306234e282af5d518fd435a6b50b1c41
diff --git a/protos/voltha_protos/health.proto b/protos/voltha_protos/health.proto
index 8ed3cbc..d152d9a 100755
--- a/protos/voltha_protos/health.proto
+++ b/protos/voltha_protos/health.proto
@@ -1,13 +1,12 @@
 syntax = "proto3";
 
-option go_package = "github.com/opencord/voltha-protos/v5/go/voltha";
-option java_package = "org.opencord.voltha";
+option go_package = "github.com/opencord/voltha-protos/v5/go/health";
+option java_package = "org.opencord.voltha.health";
 
-package voltha;
+package health;
 
 import "google/api/annotations.proto";
 import "google/protobuf/empty.proto";
-import "voltha_protos/meta.proto";
 
 // Encode health status of a Voltha instance
 message HealthStatus {
@@ -20,7 +19,7 @@
     }
 
     // Current state of health of this Voltha instance
-    HealthState state = 1 [(access) = READ_ONLY];
+    HealthState state = 1 ;
 }
 
 // Health related services