Remove use of deprecated config 'resources_prefix'

Tempest has removed this deprecated config option [1].
Alough manila-tempest-plugin was prepared for this change
via [2], stable/pike still uses the in tree tempest tests
and is broken.

Port the oneline change from manila-tempest-plugin back
to stable/pike intree tempest tests.

[1] Idce7af97fe6647e3095b2b626fbacb3446694fbc

[2] Ia65b9c8de0bb4abef040ddf0f2f7dd2f3779dcd7

Change-Id: I8a94dc1a3ba61ec4716f6407ab8a2703a11c75c2
This commit is contained in:
Tom Barron 2018-01-23 16:42:37 -05:00
parent a512bea283
commit 02c134a639
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)