Merge "Update IdentityProviderManager docstring"

This commit is contained in:
Zuul 2018-10-20 02:11:08 +00:00 committed by Gerrit Code Review
commit d107d45153
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ class IdentityProviderManager(base.CrudManager):
PUT /OS-FEDERATION/identity_providers/$identity_provider
:param id: unique id of the identity provider.
:param kwargs: optional attributes: description (str), enabled
(boolean) and remote_ids (list).
:param kwargs: optional attributes: description (str), domain_id (str),
enabled (boolean) and remote_ids (list).
:returns: an IdentityProvider resource object.
:rtype: :py:class:`keystoneclient.v3.federation.IdentityProvider`