Instance resource doesn't really implement AvailabilityZone property

Bug #1096006 reported by Steven Hardy
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Jeff Peeler
Grizzly
Fix Released
Medium
Jeff Peeler

Bug Description

The properties_schema for AWS::EC2::Instance shows AvailabilityZone as being an implemented property, however we don't pass this information to nova, so it's not really implemented.

Need to pass this information to nova (by appending AvailabilityZoneFilter to the scheduler hints?) so if a specific AvailabilityZone is specified it will affect the placement of the instance.

Steven Hardy (shardy)
Changed in heat:
status: New → Triaged
importance: Undecided → Medium
Steven Dake (sdake)
Changed in heat:
milestone: none → grizzly-3
Jeff Peeler (jpeeler-z)
Changed in heat:
assignee: nobody → Jeff Peeler (jpeeler-z)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/22042

Changed in heat:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/22042
Committed: http://github.com/openstack/heat/commit/ea8bda21c15bf9ac1a58326ba9350c0ad3b82be0
Submitter: Jenkins
Branch: master

commit ea8bda21c15bf9ac1a58326ba9350c0ad3b82be0
Author: Jeff Peeler <email address hidden>
Date: Fri Feb 15 10:57:46 2013 -0500

    Make AvailabilityZone parameter available to nova create

    Looks for the AvailabilityZone property in the instance's
    resource section. For example:

    "Resources" : {
      "Properties": {
        "AvailabilityZone" : "nova",
    ...

    Fixes bug #1096006

    Change-Id: I3333b5f909b27e53f6985713de58dd30efc1a80a
    Signed-off-by: Jeff Peeler <email address hidden>

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: grizzly-3 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.