Minor docstring fix in mappings.py
Remove the $mapping_id parameter in the list() method docstring. Change-Id: I608d445b25406d1b6c7783164584dab3baf90b04
This commit is contained in:
@@ -96,7 +96,7 @@ class MappingManager(base.CrudManager):
|
|||||||
"""List all federation mappings.
|
"""List all federation mappings.
|
||||||
|
|
||||||
Utilize Identity API operation:
|
Utilize Identity API operation:
|
||||||
GET /OS-FEDERATION/mappings/$mapping_id
|
GET /OS-FEDERATION/mappings
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return super(MappingManager, self).list(**kwargs)
|
return super(MappingManager, self).list(**kwargs)
|
||||||
|
Reference in New Issue
Block a user