0986087729
Nova is not including flavors by default anymore so there needs to be a way to create flavors with puppet. This change adds a nova_flavor provider for adding and removing flavors. Additionally the provider can be used to manage properties on flavors. Since flavor information cannot be updated after creation time, only the properties can be managed after creation via the nova_flavor provider. Change-Id: Ic370ac65990d0b3a360340632ada4016231c8a93 Related-Bug: #1564928 Co-Authored-By: Alex Schultz <aschultz@mirantis.com>
7 lines
218 B
YAML
7 lines
218 B
YAML
---
|
|
features:
|
|
- Added flavor provider and type for creating and deleting
|
|
because nova no longer comes with flavors by default.
|
|
The provider can be used to add/delete flavors and manage
|
|
flavor properties.
|