Update git submodules

* Update tosca-parser from branch 'master'
  to 6c919b777ddb1d1ffa0758bc25d60d57eedb5d59
  - Merge "Support importing def from local instead of url"
  - Support importing def from local instead of url
    
    Sometimes importing a nested definition from remote server is failed
    for the server is busy. Although we usually can download the definition
    before and change the path as local then, cannot for a case if the
    contents of the template is fixed and it should not be changed.
    
    This update is avoid such a case as a remedy. The url can be replaced
    with any other path by using arg `local_defs` like as below. In this
    case, the definition is imported from local path instead of url.
    
        local_defs = {"https://example.org/orig": "/path/to/local/def"}
        tosca = ToscaTemplate(template, local_defs=local_defs}
    
    Closes-Bug: #2006796
    Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
    Change-Id: Iac88def836970cd976396452ffb9c3d276263d3e
This commit is contained in:
Zuul 2023-05-16 13:35:33 +00:00 committed by Gerrit Code Review
parent 7763a6c2c6
commit 1b4de14887
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c34dd4b6af549ae251dcbfca059d216e688a6bc6
Subproject commit 6c919b777ddb1d1ffa0758bc25d60d57eedb5d59