Comment 12 for bug 1451819

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

Reviewed: https://review.openstack.org/222086
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=92d2ac9b84cacda3f00e3b3d4d544a4d450683bd
Submitter: Jenkins
Branch: stable/kilo

commit 92d2ac9b84cacda3f00e3b3d4d544a4d450683bd
Author: Oleksii Chuprykov <email address hidden>
Date: Tue May 5 09:31:16 2015 -0400

    Fix RouterInterface properties validation

    get_attr on a non-created resource returns an empty string
    (rather than None). We should pass validation in this case.

    Change-Id: I5a1d651cc7dc46162140210ebeacaa7519111c91
    Closes-bug: 1451819
    (cherry picked from commit 0fbb16e6fc2c0314a183e125b74656730219caa8)