Comment 2 for bug 1789488

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

Reviewed: https://review.openstack.org/597225
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=8a2fd8d284e3fd50d9d6aeb5f80e3bb715f80837
Submitter: Zuul
Branch: master

commit 8a2fd8d284e3fd50d9d6aeb5f80e3bb715f80837
Author: Duc Truong <email address hidden>
Date: Tue Aug 28 00:24:50 2018 +0000

    Fix broken schema validation

    - Add call to validate value in resolve_value. This way all the
      children in a map will be validated.
    - Remove explicit check of string type in String validation since
      everything could be considered a string. This is needed because the
      version is now being validated and we allow version to be a float or
      string.

    Closes-Bug: 1789488
    Change-Id: I6b1470c7d67fb87497fd3980c0d6e00b8ab50ab1