puppet-openstacklib/releasenotes/notes/wsgi-import-script-64665fae9dccf797.yaml
Cédric Jeanneret 55668d9f33 Allow to activate WSGIImportScript option
This should prevent slow loading on the first request, especially
annoying when this first request is done by a healthcheck launched by an
inflight validation.

This patch is a reaction to the whole issue raised by the new nova
inflight validations[1], followed by some discussions in order to get a
faster application loading.

[1] https://review.opendev.org/#/q/status:merged+project:openstack/tripleo-heat-templates+branch:master+topic:bug/1842687
Related-Bug: #1843555

Change-Id: I27e37e30823c4312d9d7a93f18fe0f930ce70c49
2019-10-09 16:05:24 +02:00

6 lines
115 B
YAML

---
features:
- |
Add new WSGI related options that should allow faster application startup
and loading.