Files
openstack-ansible/releasenotes/notes/amphora_bfv_quota-8adc0a3c886921ba.yaml
Dmitriy Rabotyagov aecaefa159 Freeze roles for 30.0.0.0b1 release
As we've passed a coordinated release date and roadmap looks clean
enough in terms of anticipated changes, we should be able to make a
beta release this time around.

Change-Id: I65c41144a545d53198e3f5e9fa16113c051fd91c
2024-10-18 08:12:50 +00:00

18 lines
596 B
YAML

---
features:
- |
Added variables ``octavia_gigabytes`` and ``octavia_num_volumes`` to
control quota defenitions for the project where Octavia Amphorae is
being spawned.
fixes:
- |
Octavia role now handles quota defenition properly when BFV is set for
Amphorae by defining ``octavia_cinder_enabled: True``
upgrade:
- |
Changed default for ``octavia_cinder_volume_size`` to 20gb in order
to align with value of ``octavia_amp_disk``
- |
Amphorae flavor will have 0 disk set (through variable
``octavia_amp_disk``), when ``octavia_cinder_enabled: True``.