Comment 13 for bug 1886213

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

Reviewed: https://review.opendev.org/760274
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=32b51d7a9665f61056a33538fa57a7d3c0fd5834
Submitter: Zuul
Branch: master

commit 32b51d7a9665f61056a33538fa57a7d3c0fd5834
Author: Koichiro Den <email address hidden>
Date: Thu Oct 29 12:49:35 2020 +0900

    Always hold VnfDf InstantiationLevels type in JSON even if it's empty

    Before Change 747678, it had been so and it was "null" rather than "{}".
    747678 did not have any intention such that as per SOL011 v3.4.1 7.1.8
    we shall make it mandatory, even though it's quite reasonable to think
    of it as optional in accordance with SOL001 v2.7.1(~v3.4.1) 6.11.2 and
    TOSCA Simple Profile in YAML v1.2(~v1.3). It was just a bug so let's
    partially revert it.

    Related-Bug: #1886213
    Change-Id: I69ffa26227b49b4ad59b71f5b54fa61a0f0b5107