Remove internal service as plugin service provides same implementation

This commit is contained in:
Chris Roberts 2021-01-20 09:52:50 -08:00 committed by Paul Hinze
parent 721648bc4f
commit 8a9c2fe772
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -1,3 +1,5 @@
$LOAD_PATH << Vagrant.source_root.join("lib/vagrant/proto/gen/plugin").to_s
require 'vagrant/proto/gen/ruby-server_pb'
require 'vagrant/proto/gen/ruby-server_services_pb'
require 'vagrant/proto/gen/plugin/plugin_pb'
@ -52,7 +54,7 @@ module VagrantPlugins
s.add_http2_port("[::]:#{port}", :this_port_is_insecure)
health_checker = Grpc::Health::Checker.new
[Service::PluginService, Service::ProviderService, Service::InternalService,
[Service::PluginService, Service::ProviderService,
Service::HostService, Service::CommandService].each do |service_klass|
s.handle(service_klass.new)
health_checker.add_status(service_klass,