designate/designate/producer
Erik Olof Gunnar Andersson ff1986cbb7 Fix Producer shard range ignoring the last shard
We define the shard range like this in objects
> 'shard': fields.IntegerFields(nullable=True, minimum=0, maximum=4095),

The problem is that in code we handle it using range(0, 4095), but that
range does not include the final shard value of 4095.

Closes-bug: #2044278
Change-Id: I71b0b1b237b5d5f12209f431db19cda1b44a1112
(cherry picked from commit 54d2d2cf18)
2023-11-27 22:30:10 +00:00
..
__init__.py Moved most configuration into designate.conf 2019-05-28 23:54:00 +00:00
service.py Fix Producer shard range ignoring the last shard 2023-11-27 22:30:10 +00:00
tasks.py Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00