Comment 1 for bug 485113

Revision history for this message
Neil Soman (neilsoman) wrote :

"none of the euca2ools commands support '--region' flag."

euca-describe-availability-zones supports the --region flag.

Sure, this can be added to other commands.

It cannot be used in a consistent way with Eucalyptus and Amazon, however, since "--region" only supplies part of the EC2_URL. The rest is implicitly assumed to be "ec2.amazonaws.com"

Sure, we could make hack-ish assumptions (for instance, if the region contains /services/Eucalyptus, use the entire URL, if not, append ec2.amazonaws.com).