mirror of https://github.com/apache/jclouds.git
hostname is the same as vm name in vCloud
This commit is contained in:
parent
87ced325e1
commit
0b40a3b280
|
@ -72,6 +72,7 @@ public class VAppToNodeMetadata implements Function<VApp, NodeMetadata> {
|
|||
builder.ids(from.getHref().toASCIIString());
|
||||
builder.uri(from.getHref());
|
||||
builder.name(from.getName());
|
||||
builder.hostname(from.getName());
|
||||
builder.location(findLocationForResourceInVDC.apply(from.getVDC()));
|
||||
builder.group(parseGroupFromName(from.getName()));
|
||||
builder.operatingSystem(toComputeOs(from, null));
|
||||
|
|
Loading…
Reference in New Issue