@andreaturli not quite. The GCE CLI's equivalent of listHardwareProfiles gives a nice table: one column is the zone, another column is the machine-type. So it does list each machine-type multiple times.
It is when you use that machine-type name in subsequent GCE CLI calls that it accepts the simple name. Unfortunately that does not fit cleanly with the current jclouds abstraction (where listHardwareProfiles and template options are expected to agree, and where we have javadoc description of what hardware profiles should contain. --- 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/pull/951#issuecomment-217145082
