diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index 99eba7cc5..44b878d6c 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -385,10 +385,10 @@ class { '::tempest': use_stderr => false, log_file => 'tempest.log', git_clone => false, - tempest_clone_path => '/tmp/tempest', + tempest_clone_path => '/tmp/openstack/tempest', tempest_clone_owner => $::id, lock_path => '/tmp/tempest', - tempest_config_file => '/tmp/tempest/etc/tempest.conf', + tempest_config_file => '/tmp/openstack/tempest/etc/tempest.conf', configure_images => true, configure_networks => true, identity_uri => 'http://127.0.0.1:5000/v2.0',