Update IdentityProviderManager docstring

Change-Id: Ie386caf4fc9ad660581558406cd72fafc391379d
Closes-Bug: #1763475
This commit is contained in:
chenxing 2018-06-20 12:03:11 +08:00
parent 20a2f2ffdc
commit 5700bac410
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`