diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-21 19:34:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-21 19:34:50 +0000 |
| commit | 6a846c0eaeb9e477984a9605ffe6bfdc2f85e3b3 (patch) | |
| tree | 6ef9448f7374e0dd8980f3baf5403b5485fb8857 /keystoneclient/v3 | |
| parent | ca669701f7ca8ef17d32ab7b56430cef1ce23431 (diff) | |
| parent | 0c8e5cd2884cd2a08f7555ca242144017ff7cf04 (diff) | |
| download | python-keystoneclient-6a846c0eaeb9e477984a9605ffe6bfdc2f85e3b3.tar.gz | |
Merge "Minor docstring fix in mappings.py"
Diffstat (limited to 'keystoneclient/v3')
| -rw-r--r-- | keystoneclient/v3/contrib/federation/mappings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/v3/contrib/federation/mappings.py b/keystoneclient/v3/contrib/federation/mappings.py index 0a46789..24a9c7f 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) |
