Remove unavailable parameter

The BaseAuth class doesn't accept an auth_methods parameter.

Change-Id: I47cfe2c3924f6ad1fbb115c4b4724f0b9b5f5e46
This commit is contained in:
Brant Knudson 2016-03-01 14:31:50 -06:00
parent 2e951b7670
commit d93fe128b5

View File

@ -30,7 +30,6 @@ class BaseAuth(base.BaseIdentityPlugin):
"""Identity V3 Authentication Plugin.
:param string auth_url: Identity service endpoint for authentication.
:param list auth_methods: A collection of methods to authenticate with.
:param string trust_id: Trust ID for trust scoping.
:param string domain_id: Domain ID for domain scoping.
:param string domain_name: Domain name for domain scoping.