Comment 6 for bug 1307319

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

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

commit be26f4089eb51b84a455057aaddbcb2f2cbbc57c
Author: Sergey Kraynev <email address hidden>
Date: Tue Apr 22 08:20:01 2014 -0400

    Deprecating the old style attribute Schema

    There is last patch to migrate on new attribute Schema.
    The main changes are:
     - Deprecation warning was added in from_attribute function.
       If attribute have old format, it will be converted to new schema format
       and Deprecation warning will be raised.
     - Translation to new Schema was added in function schema_from_outputs.
     - All generic resources have been changed and use new Schema class now.
     - Some others tests have been fixed and use new Schema class now.

    Change-Id: Icf92f2d275a86a13c656b0e74b725a442db3e532
    Closes-Bug: #1307319