Comment 2 for bug 1322675

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/95217
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=df1aa8281d8616b8e1d192a0149af1dde1a63e87
Submitter: Jenkins
Branch: master

commit df1aa8281d8616b8e1d192a0149af1dde1a63e87
Author: Chris Roberts <email address hidden>
Date: Fri May 23 08:34:10 2014 -0700

    Fixes personality support in Rackspace ASG resource

    The Rackspace ASG API expects server personality to be defined
    as an Array of dicts. It was being passed as a flat dict which
    caused all creations of ASG resources to fail if a personality
    was defined.

    Change-Id: Idf0c1e8898a613f9b979312e080200dcc28cc7e9
    Closes-Bug: #1322675