Stop using private keystoneclient functions

keystoneclient is a library for doing keystone requests. The
utility code for handling positional arguments is internal and should
not be considered public and used by keystonemiddleware.

Change-Id: I7b22d72f24ced08ee064f1e1ffb280e783a55ef7
This commit is contained in:
Brant Knudson 2015-12-29 18:09:27 -06:00
parent 80fd21b3cc
commit 96f6668a27
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ import uuid
import fixtures
from keystoneauth1 import fixture as client_fixtures
from keystoneclient import utils
from oslo_utils import timeutils
from keystonemiddleware import auth_token
@ -43,7 +42,6 @@ class AuthTokenFixture(fixtures.Fixture):
def tokens(self):
return self._token_data.keys()
@utils.positional(1)
def add_token_data(self, token_id=None, expires=None, user_id=None,
user_name=None, user_domain_id=None,
user_domain_name=None, project_id=None,