Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15725,6 +15725,7 @@ components:
- profiles
- sriovVgpuProfileCountLimit
- attachedInstances
- deviceProfile
- links
- status
- degraded
Expand Down Expand Up @@ -15872,6 +15873,16 @@ components:
vramHistory:
type: string
nullable: true
deviceProfile:
type: string
nullable: true
description: >-
The Cyborg device profile a flavor's accel:device_profile must
name to be scheduled onto this card. Only a pgpu card has one:
sriovVgpu and migBackedVgpu cards are scheduled through the PCI
alias reported on each of their profiles. Null on every other
resource type, and on a pgpu card whose profile has not been
created yet or could not be looked up.
links:
type: object
description: >-
Expand Down
Loading