Mohammed Naser | 2fd3961 | 2024-04-14 13:37:45 -0400 | [diff] [blame] | 1 | diff --git b/cinder/values.yaml a/charts/cinder/values.yaml |
| 2 | index 0c50ec60..12351a60 100644 |
| 3 | --- b/cinder/values.yaml |
| 4 | +++ a/cinder/values.yaml |
| 5 | @@ -1015,15 +1015,20 @@ conf: |
| 6 | uwsgi: |
| 7 | add-header: "Connection: close" |
| 8 | buffer-size: 65535 |
| 9 | + chunked-input-limit: "4096000" |
| 10 | die-on-term: true |
| 11 | enable-threads: true |
| 12 | exit-on-reload: false |
| 13 | hook-master-start: unix_signal:15 gracefully_kill_them_all |
| 14 | + http-auto-chunked: true |
| 15 | + http-raw-body: true |
| 16 | lazy-apps: true |
| 17 | log-x-forwarded-for: true |
| 18 | master: true |
| 19 | + need-app: true |
| 20 | procname-prefix-spaced: "cinder-api:" |
| 21 | route-user-agent: '^kube-probe.* donotlog:' |
| 22 | + socket-timeout: 10 |
| 23 | thunder-lock: true |
| 24 | worker-reload-mercy: 80 |
| 25 | wsgi-file: /var/lib/openstack/bin/cinder-wsgi |