Update git submodules

* Update tripleo-heat-templates from branch 'master'
  - Properly indent placement::firewall_rules
    
    placement::firewall_rules is missing proper indentation.
    
    This leads to hieradata like:
    
    {
        "138 placement": {
            "dport": [
                8778,
                13778
            ]
        },
    
    that is not picked up by puppet (hence no firewall rules are created).
    
    This commit adds one level of indentation, resulting in proper hieradata:
    
    "tripleo::placement::firewall_rules": {
           "138 placement": {
               "dport": [
                   8778,
                   13778
               ]
           }
       },
    
    Change-Id: I168863d6187ddf485546dbbc7e65bd45ef56ea38
    Closes-bug: #1825976
This commit is contained in:
Luca Miccini 2019-04-23 14:18:35 +02:00 committed by Gerrit Code Review
parent e7d264d053
commit 26936e0800
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7cd0e8ff7b724e7ac71dca0aafa018a56081cbbb
Subproject commit 8e60f83615cb166e04f9de1a9a4331245424c2db