Update git submodules

* Update tripleo-upgrade from branch 'master'
  - Fix RUN_ANSWER unbount variable issue
    
    Since merging Ibb0676e7a3d97645e4e8a2553e7ec175e96a14b4
    "Add --yes into update commands to autoconfirm." into stable/train
    my FFU attempts are failing with:
    /home/stack/overcloud_system_upgrade-controller-0.sh: line 11: RUN_ANSWER: unbound variable
    
    Reason for this is that RUN_ANSWER gets set only inside the if ceph_osd_enabled
    branch, which in my case is false. Let's move setting that variable
    outside the if so it gets set everytime.
    
    This script seems to be the only one where it was inadvertently left
    inside the if.
    
    Change-Id: I35df29521c1807113710d7d6cc039551400ebe2f
This commit is contained in:
Michele Baldessari 2020-07-14 12:02:44 +02:00 committed by Gerrit Code Review
parent 806765a8ec
commit e78a58f49b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fcc34b741c6297928eb1b8cb6785a01ca1ddf908
Subproject commit 81314a4546c6f98c2e0de6898faf54ae8220a4e3