File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
examples/dt/nova/nova04delta Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ The following parameters are crucial for host-level configuration:
2929
3030## Nova Configuration
3131
32- # FIXME: this looks only used in PCI groups in placement? The same pci_passthrough: alias should be used in both cases it seems?
33- Nova control plane is configured for requesting PCI devices from Placement
34- through ` resources:VGPU=X ` flavor extra specs.
35- That is a contrary to the legacy mode where PCI devices used to be requested through
36- ` pci_passthrough:alias ` flavor extra specs.
32+ A count of ` X ` PCI devices may be requested through ` "pci_passthrough:alias"="nvidia_a2:X" ` flavor extra specs:
33+ ```
34+ $ openstack --os-compute-api=2.86 flavor set --property "pci_passthrough:alias"="nvidia_a2:1" device_passthrough
35+ ```
3736
3837### Control Plane (` examples/dt/nova/nova04delta/service-values.yaml ` )
3938
You can’t perform that action at this time.
0 commit comments