Bases: IronicObject
, VersionedObjectDictCompat
Create a NodeInventory record in the DB.
context – Security context. NOTE: This should only be used internally by the indirection_api. Unfortunately, RPC requires context as the first argument, even though we don’t use it. A context should be set when instantiating the object, e.g.: NodeHistory(context)
Delete the NodeHistory from the DB.
context – Security context. NOTE: This should only be used internally by the indirection_api. Unfortunately, RPC requires context as the first argument, even though we don’t use it. A context should be set when instantiating the object, e.g.: NodeInventory(context)
NodeInventoryNotFound
Get a NodeInventory object by its integer ID.
cls – the NodeInventory
context – Security context
history_id – The ID of a inventory.
A NodeInventory
object.
NodeInventoryNotFound
Get a NodeInventory object by its node ID.
cls – the NodeInventory
context – Security context
uuid – The UUID of a NodeInventory.
A NodeInventory
object.
NodeInventoryNotFound
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.