Merge "Minor docstring fix in mappings.py"

This commit is contained in:
Jenkins
2016-09-21 19:34:50 +00:00
committed by Gerrit Code Review

View File

@@ -96,7 +96,7 @@ class MappingManager(base.CrudManager):
"""List all federation mappings.
Utilize Identity API operation:
GET /OS-FEDERATION/mappings/$mapping_id
GET /OS-FEDERATION/mappings
"""
return super(MappingManager, self).list(**kwargs)