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:
parent
87d50c41c8
commit
cdc0c172f7
@ -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`).
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user