The nova.api.openstack.compute.legacy_v2.contrib.cells Module

The cells extension.

class Cells(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Enables cells-related functionality such as adding neighbor cells, listing neighbor cells, and getting the capabilities of the local cell.

alias = 'os-cells'
get_resources()
name = 'Cells'
namespace = 'http://docs.openstack.org/compute/ext/cells/api/v1.1'
updated = '2013-05-14T00:00:00Z'
class Controller(ext_mgr)

Bases: object

Controller for Cell resources.

capacities(*args, **kwargs)

Return capacities for a given cell or all cells.

create(*args, **kwargs)

Create a child cell entry.

delete(*args, **kwargs)

Delete a child or parent cell entry. ‘id’ is a cell name.

detail(*args, **kwargs)

Return all cells in detail.

index(*args, **kwargs)

Return all cells in brief.

info(*args, **kwargs)

Return name and capabilities for this cell.

show(*args, **kwargs)

Return data about the given cell name. ‘id’ is a cell name.

sync_instances(*args, **kwargs)

Tell all cells to sync instance info.

update(*args, **kwargs)

Update a child cell entry. ‘id’ is the cell name to update.

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.cell_capacities Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.certificates Module

Project Source

This Page