Adding command to show tempest.conf

Now we can see tempest.conf by executing the following command:

    $ rally verify showconfig

The output will be something like this:

    Tempest config file: <path to tempest.conf>

    [DEFAULT]
    debug = True
    log_file = tempest.log
    use_stderr = False

    [boto]
    http_socket_timeout = 30
    ec2_url = http://172.16.49.231:8773/services/Cloud
    s3_url = http://172.16.49.231:8080
    ...

Change-Id: I207d8314631e70ded2d8def13fe72c2a1c89af7d
This commit is contained in:
Yaroslav Lobankov 2015-10-07 13:23:45 +03:00
parent df481d3875
commit f5f461b8e3

View File

@ -55,6 +55,7 @@ _rally()
OPTS["verify_reinstall"]="--deployment --tempest-config --source"
OPTS["verify_results"]="--uuid --html --json --output-file"
OPTS["verify_show"]="--uuid --sort-by --detailed"
OPTS["verify_showconfig"]="--deployment"
OPTS["verify_start"]="--deployment --set --regex --tempest-config --no-use --system-wide-install"
OPTS["verify_uninstall"]="--deployment"
OPTS["verify_use"]="--verification"