Remove usage of deprecated config 'resources_prefix'

Config option 'resources_prefix' was deprecated and marked
for removal.
- 6dd6fc66d8/tempest/config.py (L1081)

Tempest is going to remove this config options soon.

This commit removes its usage and hardcode the resource
prefix to 'tempest'

Change-Id: I9c140b3a9efabeced7fc26cb1f169ebe6789d88b
This commit is contained in:
ghanshyam 2017-12-10 07:02:45 +03:00
parent 9014a40aee
commit e58cb67be9
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class BaseSharesTest(test.BaseTestCase):
project_network_cidr=CONF.network.project_network_cidr,
project_network_mask_bits=CONF.network.project_network_mask_bits,
public_network_id=CONF.network.public_network_id,
resource_prefix=CONF.resources_prefix,
resource_prefix='tempest',
identity_admin_endpoint_type=identity_admin_endpoint_type,
identity_uri=identity_uri)