Update git submodules

* Update tripleo-quickstart-extras from branch 'master'
  - Merge "Properly control debug logs for standalone"
  - Properly control debug logs for standalone
    
    'openstack tripleo deploy' should be invoked with --debug
    in order to display events from ansible would be hidden with
    no_log otherwise:
    
    no_log: "{{ not ((ansible_verbosity | int) >= 2) | bool }}"
    
    And ansible_verbosity in tripleoclient only gets >=2 whenever
    the openstack cliff's app.options.debug=True or
    app_args.verbose_level > 1.
    
    Use existing tripleo_deploy_debug to control that.
    
    Change-Id: If7a87ee9c2c7a4084f7ed0b6fe55cc289f9f7668
    Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Zuul
2020-05-27 06:23:55 +00:00
committed by Gerrit Code Review
parent e27175f4f0
commit 9daa10230d