Remove Gnocchi stuff from Tempest
Gnocchi does not have any tests in Tempest, and it was not caught during the review of https://review.openstack.org/273184 Change-Id: Id0be6b6fa4f6431fcab52e4e528c9d371fc9294a
This commit is contained in:
@@ -63,7 +63,6 @@ $nova_available = str2bool(hiera('CONFIG_NOVA_INSTALL'))
|
||||
$neutron_available = str2bool(hiera('CONFIG_NEUTRON_INSTALL'))
|
||||
$ceilometer_available = str2bool(hiera('CONFIG_CEILOMETER_INSTALL'))
|
||||
$aodh_available = str2bool(hiera('CONFIG_AODH_INSTALL'))
|
||||
$gnocchi_available = str2bool(hiera('CONFIG_GNOCCHI_INSTALL'))
|
||||
$trove_available = str2bool(hiera('CONFIG_TROVE_INSTALL'))
|
||||
$sahara_available = str2bool(hiera('CONFIG_SAHARA_INSTALL'))
|
||||
$heat_available = str2bool(hiera('CONFIG_HEAT_INSTALL'))
|
||||
@@ -106,7 +105,6 @@ class { '::tempest':
|
||||
neutron_available => $neutron_available,
|
||||
ceilometer_available => $ceilometer_available,
|
||||
aodh_available => $aodh_available,
|
||||
gnocchi_available => $gnocchi_available,
|
||||
trove_available => $trove_available,
|
||||
sahara_available => $sahara_available,
|
||||
heat_available => $heat_available,
|
||||
|
Reference in New Issue
Block a user