[Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

Thierry Carrez thierry at openstack.org
Thu Jul 7 08:29:00 UTC 2011


Jay Pipes wrote:
> Recently, Nova added support for multiple zones in the OpenStack API.
> Using the nova-manage tool, you can get a list of instances in a
> single zone or in multiple zones using the --recurse option. When just
> querying a local zone's API server, the listed instance identifiers
> will be integer IDs. When using the --recurse option, the listed
> instance identifiers are UUIDs since they are globally unique.
> 
> Multiple zones is currently only supported in the OpenStack API, and
> the question has been raised whether effort should be expended to get
> parity in the EC2 API for this. The problem with the EC2 API is that
> we do not have control over the instance identifiers -- they are an 8
> character text string. We would still need to map the EC2 instance
> identifier to some globally unique identifier (like a UUID), but the
> solutions for how to do this aren't pretty (see
> http://etherpad.openstack.org/EC2UUID).

We have a spec covering some of this:
https://blueprints.launchpad.net/nova/+spec/ec2-id-compatibilty

It's "Essential", assigned to Soren and targeted to diablo-3. I'd love
to hear his thoughts on this :)

Vish set that spec to "Essential" because the current situation was
supposed to be completely broken, but reading you guys, it appears not
as broken as expected ? Should importance be downgraded to a "nice to
have" ?

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack




More information about the Openstack mailing list