0bebdaf0f9
The new get_all_version_data call lists 'public' as the default value for interface, but had None in the arguments. 'public' was the intent, and is what the similar call on the base auth plugin does. Change-Id: I5db2b66d0c130ed80b13ee0c41e0e37c6f7234a7
7 lines
248 B
YAML
7 lines
248 B
YAML
---
|
|
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.
|