scenario003: fix tempest path
In 6d26ea258f
we wanted to do aregulart
clone of tempest and we made sure the path was /tmp/openstack/tempest -
but we missed to update the path in ::tempest Puppet class.
This patch fix it.
Change-Id: Ie0bc6c6ad887898234870d44b77a80d4b65a5419
This commit is contained in:
parent
b4a39fdcca
commit
770ac62ec8
@ -385,10 +385,10 @@ class { '::tempest':
|
|||||||
use_stderr => false,
|
use_stderr => false,
|
||||||
log_file => 'tempest.log',
|
log_file => 'tempest.log',
|
||||||
git_clone => false,
|
git_clone => false,
|
||||||
tempest_clone_path => '/tmp/tempest',
|
tempest_clone_path => '/tmp/openstack/tempest',
|
||||||
tempest_clone_owner => $::id,
|
tempest_clone_owner => $::id,
|
||||||
lock_path => '/tmp/tempest',
|
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_images => true,
|
||||||
configure_networks => true,
|
configure_networks => true,
|
||||||
identity_uri => 'http://127.0.0.1:5000/v2.0',
|
identity_uri => 'http://127.0.0.1:5000/v2.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user