On 03/27/2014 05:03 AM, Khanh-Toan Tran wrote:

Well, perhaps I didn't make it clearly enough. What I intended to say is
that user should be able to select a set of AZs in his request, something
like :

     nova  boot   --flavor 2  --image ubuntu   --availability-zone
Z1  --availability-zone AZ2  vm1

I think it would make more sense to make the availability-zone argument take a comma-separated list of zones.

nova boot --flavor 2 --image ubuntu --availability-zone AZ1,AZ2 vm1


Just to clarify, in a case like this we're talking about using the intersection of the two zones, right? That's the only way that makes sense when using orthogonal zones like "hosts with fast CPUs" and "hosts with SSDs".

Chris

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to