designate/designate
Erik Olof Gunnar Andersson 60e04455c5 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:48 +00:00
..
agent Enable graceful shutdown of mdns 2019-10-18 22:24:12 +00:00
api Fix set-quotas for non-project scoped tokens 2022-05-31 22:36:52 +00:00
backend Merge "Fix dns.query.tcp/udp not always handling ipv6 properly" into stable/wallaby 2022-06-03 00:55:48 +00:00
central Fix bug with designate-manage pool update losing existing record data 2023-09-21 07:11:57 -07:00
cmd Fix Redis connection over TLS 2022-09-14 16:11:47 +00:00
common Fix a typo in the tsigkey policy file 2022-05-31 23:04:26 +00:00
conf Add timeout to rndc commands 2020-11-06 15:57:38 +11:00
hacking Update hacking for Python3 2020-04-01 21:52:38 +00:00
locale Imported Translations from Zanata 2020-10-06 06:09:36 +00:00
manage Fix pool update with duplicate masters 2020-09-30 17:50:28 +01:00
mdns Fix dns.query.tcp/udp not always handling ipv6 properly 2022-06-02 21:05:17 +00:00
metrics_client Simplified metrics implementation 2019-06-09 01:29:37 -07:00
network_api Fix issue with neutron_api tests 2020-03-11 19:24:45 -07:00
notification_handler Use ids when removing sink managed records 2023-04-14 02:39:43 +00:00
objects Minmum TTL value is zero 2022-07-13 14:08:08 +00:00
producer Fix Producer shard range ignoring the last shard 2023-11-27 22:31:48 +00:00
quota Merge "Fixed incorrect quota exception message" into stable/wallaby 2022-06-03 18:07:09 +00:00
resources Remove v1 API 2018-01-11 14:13:43 +00:00
scheduler Cleanup scheduler 2022-06-03 18:44:43 +00: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 Update hacking for Python3 2020-04-01 21:52:38 +00:00
storage Fix delete zone transfer request with scoped token 2022-06-01 22:24:33 +00:00
tests Fix Producer shard range ignoring the last shard 2023-11-27 22:31:48 +00:00
worker Merge "Fix dns.query.tcp/udp not always handling ipv6 properly" into stable/wallaby 2022-06-03 00:55:48 +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-02-17 21:14:06 +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 21:05:17 +00:00
exceptions.py Fix support for scoped tokens and default roles 2022-02-17 21:14:06 +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 Moved most configuration into designate.conf 2019-05-28 23:54:00 +00:00
plugin.py Finalized centralization of configuration 2019-06-18 18:41:10 +00:00
policy.py Fix support for scoped tokens and default roles 2022-02-17 21:14:06 +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 Fix inspect module deprecation warning 2020-07-10 03:50:10 +00:00
version.py Switch to oslo.reports 2015-11-05 10:55:29 +01:00