Description of problem: tempest verify-config command ends with IndexError when volume-feature-enabled.api_extensions is an empty list. Version-Release number of selected component (if applicable): OSP: 13 Puddle: 2018-03-02.2 How reproducible - Always Steps to Reproduce: 1) Install OSP-13 (master branch). 2) Generate tempest.conf and specify volume.api_extensions as an empty list: [volume-feature-enabled] api_extensions = 3) Run verify-config: (overcloud) [stack@undercloud-0 my_workspace]$ tempest verify-config -o ./etc/tempest.conf Running config verification... Traceback (most recent call last): File "/home/stack/tempest/tempest/cmd/verify_tempest_config.py", line 486, in take_action main(parsed_args) File "/home/stack/tempest/tempest/cmd/verify_tempest_config.py", line 458, in main results = verify_extensions(os, service, results) File "/home/stack/tempest/tempest/cmd/verify_tempest_config.py", line 286, in verify_extensions if extensions_opt[0] == 'all': IndexError: list index out of range
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0088