The cells extension.
Bases: nova.api.openstack.extensions.V21APIExtensionBase
Enables cells-related functionality such as adding neighbor cells, listing neighbor cells, and getting the capabilities of the local cell.
Bases: nova.api.openstack.wsgi.Controller
Controller for Cell resources.
Return capacities for a given cell or all cells.
Create a child cell entry.
Delete a child or parent cell entry. ‘id’ is a cell name.
Return all cells in detail.
Return all cells in brief.
Return name and capabilities for this cell.
Return data about the given cell name. ‘id’ is a cell name.
Tell all cells to sync instance info.
Update a child cell entry. ‘id’ is the cell name to update.