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: Ia65b9c8de0bb4abef040ddf0f2f7dd2f3779dcd7
This commit is contained in:
ghanshyam 2017-12-11 00:03:56 +00:00
parent ad0dc1dedd
commit 2aea7c344f
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)