Comment 2 for bug 1096006

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>