summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Paterson <davpat2112@yahoo.com>2015-12-01 15:44:14 -0800
committerDavid Paterson <davpat2112@yahoo.com>2016-01-13 19:18:48 -0800
commit68b8b9d26fae5c07fa7c4c443e4b0ca51ad98258 (patch)
tree48c1986c9c3b8c793ffb60d61fb198c9b31e18b4 /setup.cfg
parente45aa842bc823b56560af247eb5e26b1fd686151 (diff)
downloadtempest-68b8b9d26fae5c07fa7c4c443e4b0ca51ad98258.tar.gz
Migrate tempest-account-generator to new cliff cli framework
Leave existing endpoint for now as to not disrupt existing workflows and deprecate next cycle. Add deprication warning for old usage. Change-Id: I9db27a853184126a7f751800bc8cacd7dd4e40fd Implements: blueprint tempest-cli-improvements
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 183c1fb32..cc3a3656f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,6 +33,7 @@ console_scripts =
tempest-account-generator = tempest.cmd.account_generator:main
tempest = tempest.cmd.main:main
tempest.cm =
+ account-generator = tempest.cmd.account_generator:TempestAccountGenerator
init = tempest.cmd.init:TempestInit
cleanup = tempest.cmd.cleanup:TempestCleanup
run-stress = tempest.cmd.run_stress:TempestRunStress