Skip to content

Commit 9507010

Browse files
committed
Update nova04delta docs
Signed-off-by: Bohdan Dobrelia <[email protected]>
1 parent abfd05b commit 9507010

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/dt/nova/nova04delta/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)