Comment 4 for bug 1499470

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

Reviewed: https://review.openstack.org/228723
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=3f51a1caebcc64afa06ed779054ed5bbb4e45886
Submitter: Jenkins
Branch: stable/liberty

commit 3f51a1caebcc64afa06ed779054ed5bbb4e45886
Author: Oleksii Chuprykov <email address hidden>
Date: Thu Sep 24 20:26:51 2015 +0300

    Convert to int can cause different error messages

    Starting from python3.4.3 casting list to int, i.e. int([]) returns
    exception with another messge. Try to fix.

    Co-Authored-By: Pavlo Shchelokovskyy <email address hidden>
    Closes-Bug: #1499470
    Change-Id: I2a312a58ed4b722b998a0ba26a8d2b8fcdc99bd6
    (cherry picked from commit 2f2a91d2bb4b84d3ebd4529c236c03c7d19192da)