tempest-cleanup can only be invoked as tempest cleanup

The CLI entry point removed here points to the main() class which was removed
so that tempest-cleanup is not a standalone command anymore.

See I2119acd402b0985d4a81c85501ce7265f782d37b

Change-Id: I3421667916bf3652ab0e777fa78c382a3f6e849d
This commit is contained in:
Luigi Toscano 2016-09-20 14:57:14 +02:00
parent 87d50c41c8
commit cdc0c172f7
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- the already depreacted tempest-cleanup standalone command has been
removed. The corresponding functionalities can be accessed through
the unified `tempest` command (`tempest cleanup`).

View File

@ -29,7 +29,6 @@ data_files =
console_scripts =
verify-tempest-config = tempest.cmd.verify_tempest_config:main
run-tempest-stress = tempest.cmd.run_stress:main
tempest-cleanup = tempest.cmd.cleanup:main
tempest-account-generator = tempest.cmd.account_generator:main
tempest = tempest.cmd.main:main
skip-tracker = tempest.lib.cmd.skip_tracker:main