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:
Chandan Kumar 2017-11-10 19:31:52 +05:30
parent d60cd84502
commit 8e37c44fbf
1 changed files with 0 additions and 1 deletions

View File

@ -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': }