Comment 2 for bug 1596640

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

Reviewed: https://review.openstack.org/334598
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=8de04ea66cbd7a79d2e88651ebff7cd2b16235a6
Submitter: Jenkins
Branch: master

commit 8de04ea66cbd7a79d2e88651ebff7cd2b16235a6
Author: Steven Hardy <email address hidden>
Date: Mon Jun 27 18:53:13 2016 +0100

    Don't pass None via UpdateIdentifier

    On intial deployment, don't pass None, because this fails validation
    inside nested heat templates which reference this parameter via
    parameter_defaults. Instead remove the assignment of UpdateIdentifer
    and rely on the defaults specified in the heat templates.

    Change-Id: Ia748c00fad86f933117030ffa3e7d0f3044ff66b
    Closes-Bug: #1596640