Minor docstring fix in mappings.py

Remove the $mapping_id parameter in the list() method docstring.

Change-Id: I608d445b25406d1b6c7783164584dab3baf90b04
This commit is contained in:
Rodrigo Duarte Sousa
2016-08-22 11:57:55 -03:00
parent 1b5c8bad80
commit 0c8e5cd288

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)