puppet-tempest/releasenotes/notes/flavor-id-setter-aac1c1ea5bb11149.yaml
Thomas Goirand cb3c4e0825 Add a new flavor_id_setter provider
In some case, for example, when setting-up refstack, it is not possible
to choose a flavor_id. In such case, one must get the flavor_id using the
openstack client. This patch will help doing so automatically by using
the flavor name instead of the ID.

Change-Id: I4ee14dc6b14ab92a8cbd93948760c622e559f7ca
2022-02-22 01:41:03 +09:00

8 lines
272 B
YAML

---
features:
- |
A new puppet provider makes it possible to set the ``flavor_ref``,
``flavor_ref_alt`` and ``db_flavor_ref`` using the flavor name as
parameter instead of the ID. Use ``flavor_name``, ``flavor_name_alt``
and ``db_flavor_name`` to do so.