Removing reference of puppet-tempest
* As in tripleo deployment, we use python-tempestconf to generate tempest.conf. on setting enable_tempest to true it will auto install openstack-tempest so removing reference of puppet-tempest from it. Change-Id: I65856cfbc8363394f5b01444fbb12f7e541aac1e
This commit is contained in:
@@ -528,7 +528,6 @@ Keystone_service <||> -> Service['nova-compute']
|
||||
|
||||
if str2bool(hiera('enable_tempest', true)) {
|
||||
# tempest
|
||||
# TODO: when puppet-tempest supports install by package, do that instead
|
||||
package{'openstack-tempest': }
|
||||
# needed for /bin/subunit-2to1 (called by run_tempest.sh)
|
||||
package{'subunit-filters': }
|
||||
|
||||
Reference in New Issue
Block a user