Weigh cells by their weight_offset in the DB. Cells with higher
weight_offsets in the DB will be preferred.
-
class WeightOffsetWeigher
Bases: nova.cells.weights.BaseCellWeigher
Weight cell by weight_offset db field.
Originally designed so you can set a default cell by putting
its weight_offset to 999999999999999 (highest weight wins)
-
weight_multiplier()