ironic/releasenotes/notes/hash-ring-algo-4337c18117b33070.yaml
Dmitry Tantsur 9189b4bb26 Add an option to choose the hash ring algorithm
MD5 is not available in FIPS mode, we need a way to use something else.

Change-Id: Ie6e09ac66028cbe18717a7ea7a4c23730e3cb642
2020-07-22 18:27:19 +02:00

8 lines
252 B
YAML

---
features:
- |
Provides a new option ``[DEFAULT]hash_ring_algorithm`` that specifies
which cryptographic algorithm to use when building the hash ring. Set
to something other than ``md5`` when using ironic on a system in FIPS
mode.