keystone/releasenotes/notes/bug-1735250-b60332a7f288cf94.yaml
wangxiyuan bc6b2f1b0b Bump sqlalchemy minimum version to 1.1.0
Sqlalchemy add a new class for hybrid property in v1.1.0[1]. It
can solve the password length problem for User password SQL obj.

[1]: https://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#change-3653

Change-Id: I7a18bd528607ec5112cc55c7682f95d61be8b509
Closes-bug: #1735250
2018-11-12 14:54:31 +08:00

9 lines
365 B
YAML

---
fixes:
- |
[`bug 1734244 <https://bugs.launchpad.net/keystone/+bug/1735250>`_]
Users can't set password longer than 128 if Keystone using
`Sqlalchemy` < 1.1.0. Update `Sqlalchemy` to a higher version can solve
this problem.
[`Related Sqlalchemy Changelog <https://docs.sqlalchemy.org/en/latest/changelog/migration_11.html#change-3653>`_].