From 924d548316a77f7b972e022961692a427027e386 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Fri, 18 Sep 2015 15:41:41 +0300 Subject: [PATCH] Adding possibility to generate tempest.conf, not running tempest Rally has not had a command so far that would allow us to generate Tempest config file without starting Tempest tests. This patch adds the separate "genconfig" command that allows us to do it. Now to generate Tempest config file without starting the tests we can execute the following command: $ rally verify genconfig Change-Id: I941769bf47ff2a6fc5ecdaea531cc3fa75a5b342 --- etc/rally.bash_completion | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 198c4b1a..d5ec501e 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -52,6 +52,7 @@ _rally() OPTS["task_validate"]="--deployment --task --task-args --task-args-file" OPTS["verify_compare"]="--uuid-1 --uuid-2 --csv --html --json --output-file --threshold" OPTS["verify_detailed"]="--uuid --sort-by" + OPTS["verify_genconfig"]="--deployment --tempest-config --override" OPTS["verify_list"]="" OPTS["verify_results"]="--uuid --html --json --output-file" OPTS["verify_show"]="--uuid --sort-by --detailed"