File: fix-get-all-version-data-a01ee58524755b9b.yaml

package info (click to toggle)
python-keystoneauth1 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,280 kB
  • sloc: python: 23,506; xml: 285; makefile: 93; sh: 2
file content (6 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
fixes:
  - |
    The docstring for ``keystoneauth1.session.Session.get_all_version_data``
    correctly listed ``'public'`` as the default value, but the argument list
    had ``None``. The default has been fixed to match the documented value.