python-manilaclient/releasenotes/notes/bug-1909477-fix-forbid-users-to-create-shares-with-the-name-none-cfb0a59baa597803.yaml
lkuchlan 1597bf6deb Avoid any capitalization of the name "None"
Forbid users to create shares with all case variations
of the name "None".

Forbid share creation with any case variants of the name "None"
Use capitalize method to avoid any case variation of the word none case variant regardless of case variants

Closes-Bug: #1909477
Change-Id: I2627da92c93b2f021a48ac1fc158e8e19ca2d176
2022-07-21 22:42:16 +03:00

7 lines
221 B
YAML

---
fixes:
- |
`Launchpad bug 1909477 <https://bugs.launchpad.net/python-manilaclient/+bug/1909477>`_
has been fixed by prevent sending the share creation request with any capitalization of
the name "None".