Skip to content

Commit

Permalink
Merge pull request #7 from chilianyi/fix
Browse files Browse the repository at this point in the history
fix grpc server name
  • Loading branch information
chilianyi authored Mar 28, 2019
2 parents a0f825b + fd9a844 commit ca1cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/runtime_provider/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func Serve(cfg *config.Config) {
logger.Critical(nil, "failed to register provider config: %+v", err)
}
s := Server{}
manager.NewGrpcServer("runtime-provider-qingcloud", constants.RuntimeProviderManagerPort).
manager.NewGrpcServer("runtime-provider-aws", constants.RuntimeProviderManagerPort).
ShowErrorCause(cfg.Grpc.ShowErrorCause).
Serve(func(server *grpc.Server) {
pb.RegisterRuntimeProviderManagerServer(server, &s)
Expand Down

0 comments on commit ca1cfa7

Please sign in to comment.