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
|
## Glance
|
||||||
$image_name = 'cirros'
|
$image_name = 'cirros'
|
||||||
$image_source = hiera('CONFIG_PROVISION_TEMPEST_CIRROS_URL')
|
$image_source = hiera('CONFIG_PROVISION_CIRROS_URL')
|
||||||
$image_ssh_user = 'cirros'
|
$image_ssh_user = 'cirros'
|
||||||
|
|
||||||
## Neutron
|
## Neutron
|
||||||
@@ -160,10 +160,7 @@ if $provision_tempest_user != '' {
|
|||||||
## Tempest
|
## Tempest
|
||||||
|
|
||||||
if $configure_tempest {
|
if $configure_tempest {
|
||||||
$tempest_requires = concat([
|
$tempest_requires = concat([Keystone_user[$username]], $neutron_deps)
|
||||||
Keystone_user[$username],
|
|
||||||
Glance_image[$image_name],
|
|
||||||
], $neutron_deps)
|
|
||||||
|
|
||||||
class { 'tempest':
|
class { 'tempest':
|
||||||
tempest_repo_uri => $tempest_repo_uri,
|
tempest_repo_uri => $tempest_repo_uri,
|
||||||
|
|||||||
Reference in New Issue
Block a user