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