Comment 1 for bug 1436331

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

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

commit c7ed6f3ef700fe6c78bfe8398314c40f25b0ac7d
Author: kairat_kushaev <email address hidden>
Date: Wed Mar 25 11:11:04 2015 +0300

    Make disk property of flavor default

    DISK property of NovaFlavor resource is ambiguous: it is required
    and it has default value. The property has been changed to
    default only (to support compatibility and not break
    existing templates). In addition, added test that check resources
    about amibigious property definition.

    Change-Id: I51be18b7201e78d6af261f678ddf440aa0fa893e
    Closes-bug: #1436331