Fix zuul config for heat-functional
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: I6b414770985afd3d71c6cc718ea366fbd384e88c
This commit is contained in:
parent
a8f8528d1e
commit
9652d45e30
20
.zuul.yaml
20
.zuul.yaml
@ -55,17 +55,17 @@
|
||||
logging_exception_prefix: "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s"
|
||||
enable_stack_adopt: true
|
||||
enable_stack_abandon: true
|
||||
heat_api:
|
||||
workers: 2
|
||||
heat_api_cfn:
|
||||
workers: 2
|
||||
cache:
|
||||
enabled: True
|
||||
eventlet_opts:
|
||||
client_socket_timeout: 120
|
||||
oslo_messaging_notifications:
|
||||
driver: messagingv2
|
||||
max_stacks_per_tenant: 256
|
||||
heat_api:
|
||||
workers: 2
|
||||
heat_api_cfn:
|
||||
workers: 2
|
||||
cache:
|
||||
enabled: True
|
||||
eventlet_opts:
|
||||
client_socket_timeout: 120
|
||||
oslo_messaging_notifications:
|
||||
driver: messagingv2
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
service_available:
|
||||
|
Loading…
Reference in New Issue
Block a user