Fix zuul config for heat-templates-check

YAML indentation is wrong, instead of their appropriate sections
options are set to the DEFAULT section of config like the following

  [DEFAULT]
  heat_api = {'workers': 2}

not sure if oslo.config handles that properly so better fix this.

Change-Id: Ie9ce52769504816734e72037aa08cb26c5276332
This commit is contained in:
Pavlo Shchelokovskyy 2021-06-07 12:05:55 +03:00
parent 71a0f7a1a7
commit 7917e1877c
1 changed files with 10 additions and 10 deletions

View File

@ -23,16 +23,16 @@
DEFAULT:
convergence_engine: true
logging_exception_prefix: "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s"
heat_api:
workers: 2
heat_api_cfn:
workers: 2
cache:
enabled: True
eventlet_opts:
client_socket_timeout: 120
oslo_messaging_notifications:
driver: messagingv2
heat_api:
workers: 2
heat_api_cfn:
workers: 2
cache:
enabled: True
eventlet_opts:
client_socket_timeout: 120
oslo_messaging_notifications:
driver: messagingv2
test_results_stage_name: test_results
zuul_copy_output:
'{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs