Comment 2 for bug 1640141

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

Reviewed: https://review.openstack.org/394924
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=4f5be2b7d98347d5fd6ae40ce26fec52749007e9
Submitter: Jenkins
Branch: master

commit 4f5be2b7d98347d5fd6ae40ce26fec52749007e9
Author: James Slagle <email address hidden>
Date: Tue Nov 8 06:53:36 2016 -0500

    Don't assume CountDefault set in roles_data.yaml

    Specifying CountDefault in roles_data.yaml is not required since it
    defaults to 0 in overcloud.j2.yaml. This patch updates the
    _get_default_role_counts to handle the situation where it is not
    specified and assume 0 as well.

    Change-Id: I4a40b55363d6a4dbe3fdc68309157e04695f51a9
    Closes-Bug: #1640141