tacker/releasenotes/notes/support-short-notation-for-artifacts-8e7781fedcc8df33.yaml
nirajsingh aff272b3c4 Support short notation for artifacts definition
As per [1], artifacts supports both short and extended notation.
Extended notation is already supported. This patch adds support
for short notation.

Short notation example:

artifacts:
    <artifact_name>: <artifact_file_URI>

[1] https://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.2/os/TOSCA-Simple-Profile-YAML-v1.2-os.html#DEFN_ENTITY_ARTIFACT_DEF

Closes-Bug: #1850755

Change-Id: I057bfae8ba8aeee7c8ecb57cca26e11b1bf82bab
2020-05-20 11:44:05 +05:30

7 lines
160 B
YAML

---
fixes:
- |
Fixes `bug 1850755`_ which adds short notation support for artifacts.
.. _bug 1850755: https://bugs.launchpad.net/tacker/+bug/1850755