designate/designate
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
..
agent Deprecate the agent framework and drivers 2023-02-05 00:29:55 +00:00
api Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
backend Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
central Fix bug with designate-manage pool update losing existing record data 2023-09-21 05:49:29 -07:00
cmd Deprecate the agent framework and drivers 2023-02-05 00:29:55 +00:00
common Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
conf [coordination] backend_url should be secret 2023-03-21 10:55:12 +00:00
hacking Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
locale Imported Translations from Zanata 2022-08-22 03:51:54 +00:00
manage Merge "Add backend validation and re-factored pool manage" 2022-09-01 21:31:19 +00:00
mdns Fix TsigKeyring issues with dnspython 2.x 2023-07-02 11:48:17 +02:00
network_api Remove unicode 2022-10-11 16:14:50 +00:00
notification_handler Use ids when removing sink managed records 2023-04-14 02:00:36 +00:00
objects Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
producer Fix Producer shard range ignoring the last shard 2023-11-27 22:30:10 +00:00
quota Fixed incorrect quota exception message 2022-05-28 20:44:50 -07:00
resources Remove unicode 2022-10-11 16:14:50 +00:00
scheduler Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
schema Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
sink Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
sqlalchemy Fix zone list/show for shared zones 2023-05-31 23:08:10 +00:00
storage Fix list zones if shared with multiple projects 2023-07-05 16:45:13 +00:00
tests Fix Producer shard range ignoring the last shard 2023-11-27 22:30:10 +00:00
worker Fix missing default for hard_delete and bump rpc version 2023-02-01 00:44:02 -08:00
__init__.py Fix issues with newer flake8 2020-05-12 14:39:03 +00:00
context.py Implement sharing of zones 2023-02-14 01:54:15 +00:00
coordination.py Simplify Coordination implementation 2020-04-22 20:54:07 +00:00
dnsutils.py Fix TsigKeyring issues with dnspython 2.x 2023-07-02 11:48:17 +02:00
exceptions.py Add hacking check for line continuation backslash 2023-02-21 20:12:04 +00:00
heartbeat_emitter.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +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
notifications.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
plugin.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
policy.py Add oslo.policy.enforcer entry point 2023-01-31 19:05:25 +00:00
rpc.py Use new get_rpc_client API from oslo.messaging 2023-01-19 20:36:43 +00:00
service.py Re-factored central and rpc decorators 2022-07-30 22:14:27 -07:00
utils.py Remove unused render_template_to_file method 2022-05-12 21:28:03 +00:00
version.py Switch to oslo.reports 2015-11-05 10:55:29 +01:00