CellState Manager
Bases: object
Holds information for a particular cell.
Return subset of cell information for OS API use.
Send a message to a cell. Just forward this to the driver, passing ourselves and the message as arguments.
Update cell capabilities for a cell.
Update capacity information for a cell.
Update cell credentials from db.
Bases: nova.db.base.Base
Return cell information for all neighbor cells.
Return list of child cell_infos.
Return information for my (this) cell.
Return list of parent cell_infos.
Update capabilities for a cell.
Update capacities for a cell.
Bases: nova.cells.state.CellStateManager
Bases: nova.cells.state.CellStateManager
Use as a decorator to wrap methods that update cell information in the database to make sure the data is synchronized immediately.
Use as a decorator to wrap methods that use cell information to make sure they sync the latest information from the DB periodically.