scenario001: enable tempest plugin for Panko
Change-Id: I4ba20bffc37b45927c09e918b3118ebd948dd3ae Depends-On: I1c2e7a228e2b56a03dc30faec7fee6025af5cf84
This commit is contained in:
parent
12cb1cc873
commit
cdb52a34df
@ -71,4 +71,5 @@ class { '::openstack_integration::tempest':
|
||||
gnocchi => true,
|
||||
ceilometer => true,
|
||||
aodh => true,
|
||||
panko => $enable_panko,
|
||||
}
|
||||
|
@ -32,6 +32,10 @@
|
||||
# (optional) Define if Gnocchi needs to be tested.
|
||||
# Default to false.
|
||||
#
|
||||
# [*panko*]
|
||||
# (optional) Define if Panko needs to be tested.
|
||||
# Default to false.
|
||||
#
|
||||
# [*heat*]
|
||||
# (optional) Define if Heat needs to be tested.
|
||||
# Default to false.
|
||||
@ -93,6 +97,7 @@ class openstack_integration::tempest (
|
||||
$ec2api = false,
|
||||
$glance = true,
|
||||
$gnocchi = false,
|
||||
$panko = false,
|
||||
$heat = false,
|
||||
$horizon = false,
|
||||
$ironic = false,
|
||||
@ -161,6 +166,7 @@ class openstack_integration::tempest (
|
||||
zaqar_available => $zaqar,
|
||||
mistral_available => $mistral,
|
||||
gnocchi_available => $gnocchi,
|
||||
panko_available => $panko,
|
||||
ec2api_available => $ec2api,
|
||||
watcher_available => $watcher,
|
||||
public_network_name => 'public',
|
||||
|
Loading…
Reference in New Issue
Block a user