Comment 2 for bug 1814070

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/588640
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fe2fda491b1ed97dcc77b3bf3f2df1df7b94493b
Submitter: Zuul
Branch: master

commit fe2fda491b1ed97dcc77b3bf3f2df1df7b94493b
Author: John Fulton <email address hidden>
Date: Fri Aug 3 14:43:10 2018 -0400

    Change NodeDataLookup type from string to json

    The NodeDataLookup parameter should be valid JSON and we should
    help the user by adding type checking for this early in the
    deployment so that the user doesn't experience the related bug.

    Change-Id: Id9d2208f1cbaba9234d7657420cd7efcad3507a0
    Related-Bug: #1784967
    Related-Bug: #1814070