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.
Merge "Add ability to collocate pinned and unpinned instance on same …
…host"
- Loading branch information
Showing
2 changed files
with
50 additions
and
8 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
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,13 @@ | ||
--- | ||
features: | ||
- | | ||
Add new role parameter ``NovaComputeCpuDedicatedSet`` to specify | ||
list or range of physical CPU cores to reserve to be used for | ||
allocating PCPU resources to virtual machines. | ||
Defaults to [] | ||
deprecations: | ||
- | | ||
The ``NovaVcpuPinSet`` parameter is deprecated and superseded by | ||
``NovaComputeCpuSharedSet`` and ``NovaComputeCpuDedicatedSet`` | ||
parameters, which are used to define list or range of VCPU and PCPU | ||
resources for virtual machine processes. |