alibazlamit commented on this pull request.


> @@ -78,26 +81,43 @@ public ServerToNodeMetadata(Function<Hdd, Volume> 
> fnVolume,
    @Override
    public NodeMetadata apply(final Server server) {
       checkNotNull(server, "Null server");
+      String hardwareId = null;
 
       DataCenter dataCenter = 
api.dataCenterApi().get(server.datacenter().id());
       Location location = find(locations.get(), idEquals(dataCenter.id()));

changed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/431#discussion_r212283174

Reply via email to