diff --git a/keystoneclient/v3/contrib/federation/mappings.py b/keystoneclient/v3/contrib/federation/mappings.py index 0a46789e6..24a9c7f42 100644 --- a/keystoneclient/v3/contrib/federation/mappings.py +++ b/keystoneclient/v3/contrib/federation/mappings.py @@ -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)