designate/designate
Erik Olof Gunnar Andersson 64655c9076 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:31:06 +00:00
..
agent Remove six 2021-06-22 06:41:24 +00:00
api Fix support for scoped tokens and default roles 2022-05-31 03:07:26 +00:00
backend Merge "Fix zone update when adding new Bind9 target to pool." into stable/xena 2022-06-03 07:35:12 +00:00
central Fix bug with designate-manage pool update losing existing record data 2023-09-21 07:11:23 -07:00
cmd Fix Redis connection over TLS 2022-09-14 16:11:36 +00:00
common Merge "Fix a typo in the tsigkey policy file" into stable/xena 2022-06-03 17:13:00 +00:00
conf [coordination] backend_url should be secret 2023-03-21 10:56:34 +00:00
hacking Remove six 2021-06-22 06:41:24 +00:00
locale Imported Translations from Zanata 2021-09-07 06:12:55 +00:00
manage Fix pool update with duplicate masters 2020-09-30 17:50:28 +01:00
mdns Fix dns.resolver import for mdns 2023-02-11 03:32:29 +00:00
metrics_client Simplified metrics implementation 2019-06-09 01:29:37 -07:00
network_api Remove six 2021-06-22 06:41:24 +00:00
notification_handler Use ids when removing sink managed records 2023-04-13 19:38:28 -07:00
objects Minmum TTL value is zero 2022-07-12 16:15:59 +00:00
producer Fix Producer shard range ignoring the last shard 2023-11-27 22:31:06 +00:00
quota Merge "Fixed incorrect quota exception message" into stable/xena 2022-06-03 16:59:22 +00:00
resources Remove v1 API 2018-01-11 14:13:43 +00:00
scheduler Cleanup scheduler 2021-06-26 22:07:00 -07:00
schema Update hacking for Python3 2020-04-01 21:52:38 +00:00
sink Fix designate-sink shutdown issue 2020-05-07 06:35:02 +00:00
sqlalchemy Remove six 2021-06-22 06:41:24 +00:00
storage Fix delete zone transfer request with scoped token 2022-06-01 22:22:31 +00:00
tests Fix Producer shard range ignoring the last shard 2023-11-27 22:31:06 +00:00
worker Fix dns.query.tcp/udp not always handling ipv6 properly 2022-06-02 20:41:18 +00:00
__init__.py Fix issues with newer flake8 2020-05-12 14:39:03 +00:00
context.py Fix support for scoped tokens and default roles 2022-05-31 03:07:26 +00:00
coordination.py Simplify Coordination implementation 2020-04-22 20:54:07 +00:00
dnsutils.py Fix dns.query.tcp/udp not always handling ipv6 properly 2022-06-02 20:41:18 +00:00
exceptions.py Fix support for scoped tokens and default roles 2022-05-31 03:07:26 +00:00
heartbeat_emitter.py Re-factored Heartbeat implementation 2020-03-09 03:15:21 +00:00
hookpoints.py Update hacking for Python3 2020-04-01 21:52:38 +00:00
i18n.py Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00:00
loggingutils.py Add Decorator to log RPCAPI Calls 2016-04-21 14:11:35 +01:00
metrics.py Simplified metrics implementation 2019-06-09 01:29:37 -07:00
notifications.py Remove six 2021-06-22 06:41:24 +00:00
plugin.py Remove six 2021-06-22 06:41:24 +00:00
policy.py Fix support for scoped tokens and default roles 2022-05-31 03:07:26 +00:00
rpc.py Bump to hacking 1.1.0 2019-07-04 00:33:00 -07:00
service.py Re-factored Heartbeat implementation 2020-03-09 03:15:21 +00:00
utils.py Remove six 2021-06-22 06:41:24 +00:00
version.py Switch to oslo.reports 2015-11-05 10:55:29 +01:00