This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for nova custom provider inventories
Nova supports to configure resource provider inventory and traits using a standardized YAML file format starting victoria release [1]. This introduces CustomProviderInventories role parameter to configure the custom provider yaml. [1] https://docs.openstack.org/nova/latest/admin/managing-resource-providers.html Depends-On: If12d7f5a8c331e051eb543f88187c31e676f3b62 Depends-On: I509eec3bf37368640ae8a3df8271b769d29f70c4 Change-Id: I25ea828397fcc968d07b0d5e87bdc9445ac690e2
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/nova_placement_custom_provider-21203c3ff54c878c.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
features: | ||
- | | ||
Nova supports to configure resource provider inventory and traits using a | ||
standardized YAML file format starting victoria release [1]. This introduces | ||
CustomProviderInventories role parameter to configure the custom provider yaml. | ||
[1] https://docs.openstack.org/nova/latest/admin/managing-resource-providers.html |