oslo.utils/releasenotes/notes/introduce-keystoneidsentinel-16bf3e7f2ae7e9f3.yaml
Alexey Stupnikov 2c74bb92e5 Modify UUID sentinel to support keystone-like UUIDs
Keystone User IDs and Project IDs are used in unit tests, but
_UUIDSentinels() class doesn't generate UUIDs without hyphens.

This patch makes backward compatible modifications to
_UUIDSentinels() class and introduces keystoneidsentinel global
that could be used in the same way as existing uuidsentinel.

Original "UUID sentinel" change: I214ff21b461fa1ca4b83476e1d0a763efe986217

Related-Bug: #1746747
Change-Id: Idb3e893cc03d64ad0522b5e4cedfa30c4f4a2a2f
2021-08-03 13:13:58 +02:00

7 lines
185 B
YAML

---
features:
- |
keystoneidsentinel singleton was introduced to generate
random keystone-like UUIDs. New sentinel could be used in the same
way as existing uuidsentinel.