Use tempest.lib tenants_client

Tempest 12.1.0 has been released for new library interfaces.
These interfaces are stable[1] and we need to switch using them
instead of current using unstable interfaces.
This will be helpful to avoid breaking gate jobs.

[1]: https://github.com/openstack/tempest/blob/master/doc/source/library.rst#stability

Change-Id: I04b13dc6a708ffdbb2b874959233779c3245bb25
This commit is contained in:
Ken'ichi Ohmichi 2016-06-30 15:06:47 -07:00
parent bcd0ba3cd7
commit b5b46ac4c3
2 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@
from tempest.common import cred_provider
from tempest import config
from tempest.lib.services.identity.v2.tenants_client import TenantsClient
from tempest import manager
from tempest.services.identity.v2.json.tenants_client import \
TenantsClient
from neutron_lbaas.tests.tempest.lib.services.network.json.network_client import \
NetworkClientJSON

View File

@ -21,4 +21,4 @@ WebTest>=2.0 # MIT
reno>=1.8.0 # Apache2
# Needed to run DB commands in virtualenvs
PyMySQL>=0.6.2 # MIT License
tempest>=11.0.0 # Apache-2.0
tempest>=12.1.0 # Apache-2.0