Add HW_PCI_ONE_TIME_USE trait
Change-Id: Ic92ef61d676def9acb2b88b3dbbc3a55c1cea1ee
This commit is contained in:
@@ -17,4 +17,9 @@ TRAITS = [
|
||||
# PCI device can be live-migrated from one compute node to another
|
||||
# with the same device.
|
||||
'LIVE_MIGRATABLE',
|
||||
# PCI device lifecycle is being managed as "one time use". Compute manager
|
||||
# will set reserved=total during assignment and leave it as such during
|
||||
# deallocation, requiring an external agent to un-reserve it before it
|
||||
# can be used again.
|
||||
'ONE_TIME_USE',
|
||||
]
|
||||
|
Reference in New Issue
Block a user