Fix Tempest Provisioning
- Use 'CONFIG_PROVISION_CIRROS_URL' instead of 'CONFIG_PROVISION_TEMPEST_CIRROS_URL' which doesn't exist. Change-Id: Iecc560cddb45dc3fc9c5b74dd852304e5ea19390 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
@@ -21,7 +21,7 @@ if $provision_tempest_user != '' {
|
||||
|
||||
## Glance
|
||||
$image_name = 'cirros'
|
||||
$image_source = hiera('CONFIG_PROVISION_TEMPEST_CIRROS_URL')
|
||||
$image_source = hiera('CONFIG_PROVISION_CIRROS_URL')
|
||||
$image_ssh_user = 'cirros'
|
||||
|
||||
## Neutron
|
||||
@@ -160,10 +160,7 @@ if $provision_tempest_user != '' {
|
||||
## Tempest
|
||||
|
||||
if $configure_tempest {
|
||||
$tempest_requires = concat([
|
||||
Keystone_user[$username],
|
||||
Glance_image[$image_name],
|
||||
], $neutron_deps)
|
||||
$tempest_requires = concat([Keystone_user[$username]], $neutron_deps)
|
||||
|
||||
class { 'tempest':
|
||||
tempest_repo_uri => $tempest_repo_uri,
|
||||
|
||||
Reference in New Issue
Block a user