Files
openstack-helm/releasenotes/notes/nova-b2ce6bcc83029d1b.yaml
Saeed Padari 468f1466e5 Add extra spec or property for nova bootstrap script
Change-Id: I69bc1e0a428b8ed012bea33161c88633aedf024b
Signed-off-by: Saeed Padari <sam137115@gmail.com>
2025-08-14 13:33:34 +03:30

8 lines
266 B
YAML

---
nova:
- |
Refactored the flavor creation logic in the nova bootstrap script to simplify
and generalize flavor definitions using dynamic key/value iteration. This makes
the chart more maintainable and flexible for various flavor configurations.
...