CloudBindle / youxia

A VM provisioner and fleet management tool.
GNU General Public License v3.0
2 stars 1 forks source link

Openstack specify by flavour #33

Closed denis-yuen closed 9 years ago

denis-yuen commented 9 years ago

At the time I looked at the jclouds, it was not possible to specify an exact flavour to use. Instead, I had to specify a number of cores and an amount of RAM, but let the API figure out the flavour from that. There's got to be a way to specify a flavour instead.

denis-yuen commented 9 years ago

Figured this out with the aid of the rackspace jclouds example. Unlike AWS, openstack doesn't use hardware_id, instead it uses the Hardware object in the TemplateBuilder shrug

denis-yuen commented 9 years ago

This is going to be in 1.1.0-rc.1