aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/tempest/tempest.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-08-29 09:16:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-29 09:16:16 +0000
commit5b5e96a56c9b1eb128e699f245dceb54dc7e8160 (patch)
tree7c02e46ed51b25b68ef69843998001f0294e2ba2 /functest/opnfv_tests/openstack/tempest/tempest.py
parent04f5136a4f389ff4a2bc5d3cb7ee6b0b51c394f7 (diff)
parent7e0f65a25f1c83c90051e13e4aa5333aaaa8c6d5 (diff)
Merge "Support pre-Provisioned credentials"
Diffstat (limited to 'functest/opnfv_tests/openstack/tempest/tempest.py')
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index 542ed9ed0..022c25523 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -352,7 +352,8 @@ class TempestCommon(singlevm.VmReady1):
flavor_id=self.flavor.id,
compute_cnt=compute_cnt,
image_alt_id=self.image_alt.id,
- flavor_alt_id=self.flavor_alt.id)
+ flavor_alt_id=self.flavor_alt.id,
+ domain_name=self.cloud.auth.get("project_domain_name", "Default"))
self.backup_tempest_config(self.conf_file, self.res_dir)
def run(self, **kwargs):