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:
Submodule tripleo-quickstart-extras updated: b24b18b507...03a75eb6c9
Reference in New Issue
Block a user