puppet-nova/releasenotes/notes/nova_flavor-project_name-fbab75b57ad9d4b3.yaml
Takashi Kajinami 77138476e0 nova_flavor: Add the new project_name property
The nova_flavor resource has been providing the project property which
accepts both project name and id. However this implementation results
in broken idempotency with project name used.

This change introduces a separate project_name property, so that users
can use project name with proper idempotency.

Closes-Bug: #1790795
Change-Id: Idee4af6931b8cf4a21d88f4cd38fe83468ec8efa
2022-02-18 01:32:03 +09:00

7 lines
219 B
YAML

---
features:
- |
The ``nova_flavor`` resource now supports the ``project_name`` property.
This property should be used instead of the ``project`` property when
project name is used instead of project id.