Comment 4 for bug 1307319

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

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

commit e01251b6058481d08a51e9566b603f6bf5f24913
Author: Sergey Kraynev <email address hidden>
Date: Fri Apr 18 09:15:00 2014 -0400

    Using new attribute schema for all resources

    Currently resources use old style of attribute schema. For example:

        attribute_name: _('Description')

    This patch contains changes to migrate for new attribute Schema class.
    For example:

        attribute_name: attributes.Schema(_('Descriprion'))

    Partial-Bug: #1307319

    Change-Id: I54c7b9d481655b0051d0f7ff668672011ac882e9