tripleo-heat-templates/releasenotes/notes/nova_api_max_limit-support-43fe9792eca63599.yaml
Brendan 79b5280619 Add NovaApiMaxLimit configure max_limit for nova
Currently, we can't set Nova [api]/max_limit
using a supplied Heat parameter. This change
adds a Heat parameter that will make it easier
for users to configure max_limit in nova.conf.

Conflicts:
  deployment/nova/nova-api-container-puppet.yaml

Change-Id: I4c28c6c90c52f22d4fa81d13e85842ce876ec2b9
closes-bug: 1904096
(cherry picked from commit 603530c711)
(cherry picked from commit eccd5435d9)
2020-12-03 05:42:31 +00:00

6 lines
147 B
YAML

---
features:
- |
The NovaApiMaxLimit parameter allows the operator to set Nova API
max_limit using a Heat parameter in their templates.