grpc support for docker/lxc

This commit is contained in:
Blake Harnden 2019-07-10 13:58:27 -07:00
parent 802379d763
commit 0d24ca3387
2 changed files with 4 additions and 0 deletions

View file

@ -490,6 +490,7 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
node_options = NodeOptions(name=node_proto.name, model=node_proto.model)
node_options.icon = node_proto.icon
node_options.opaque = node_proto.opaque
node_options.image = node_proto.image
node_options.services = node_proto.services
position = node_proto.position