The nova.cells.filters.different_cell Module

Different cell filter.

A scheduler hint of ‘different_cell’ with a value of a full cell name may be specified to route a build away from a particular cell.

class DifferentCellFilter

Bases: nova.cells.filters.BaseCellFilter

Different cell filter. Works by specifying a scheduler hint of ‘different_cell’. The value should be the full cell path.

filter_all(cells, filter_properties)

Override filter_all() which operates on the full list of cells...

Previous topic

The nova.cells.driver Module

Next topic

The nova.cells.filters.image_properties Module

Project Source

This Page