commit | 6d4eecc3ca744a6b6d78f57b4a9177652bcab166 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Sep 27 19:41:59 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Sep 27 19:41:59 2013 +0000 |
tree | 6d5cd2e23b0660ea5c3407d959116f988a75d2f1 | |
parent | b162d69db3ee25e752623066e9d30c116c34f710 [diff] | |
parent | d9d5697ce8013f05bdce31ef8bef8086242027f1 [diff] |
Merge "_create_creds function shouldn't call rand_name twice"
diff --git a/tempest/common/isolated_creds.py b/tempest/common/isolated_creds.py index 2fc4eb9..93dec71 100644 --- a/tempest/common/isolated_creds.py +++ b/tempest/common/isolated_creds.py
@@ -150,7 +150,6 @@ rand_name_root += suffix tenant_name = rand_name_root + "-tenant" tenant_desc = tenant_name + "-desc" - rand_name_root = rand_name(self.name) tenant = self._create_tenant(name=tenant_name, description=tenant_desc) if suffix: