<div dir="ltr"><font face="arial, sans-serif">Hi,<br></font><div><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)"><font face="arial, sans-serif">I am using openstack wallaby in tripleo architecture.<br>I googled around and found i can use openstack-rally for testing the openstack deployment and will be able to genrate report also.<br>so i tried installing openstack rally using "yum install openstack-rally", "pip3 install openstack-rally" and finally cloned the git repo and ran "python3 setup.py install" but no matter what i do i am getting the error 'unhandled error : keyerror 'openstack''</font></p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)"><font face="arial, sans-serif">(overcloud) [root@hkg2director ~]# rally deployment create --fromenv --name=existing<br>+--------------------------------------+----------------------------+----------+------------------+--------+<br>| uuid | created_at | name | status | active |<br>+--------------------------------------+----------------------------+----------+------------------+--------+<br>| 484aae52-a690-4163-828b-16adcaa0d8fb | 2022-06-07T05:48:39.039296 | existing | deploy->finished | |<br>+--------------------------------------+----------------------------+----------+------------------+--------+<br>Using deployment: 484aae52-a690-4163-828b-16adcaa0d8fb<br>(overcloud) [root@hkg2director ~]# rally deployment show 484aae52-a690-4163-828b-16adcaa0d8fb<br>Command failed, please check log for more info<br>2022-06-07 13:48:58.651 482053 CRITICAL rally [-] Unhandled error: KeyError: 'openstack'<br>2022-06-07 13:48:58.651 482053 ERROR rally Traceback (most recent call last):<br>2022-06-07 13:48:58.651 482053 ERROR rally File "/bin/rally", line 10, in <module><br>2022-06-07 13:48:58.651 482053 ERROR rally sys.exit(main())<br>2022-06-07 13:48:58.651 482053 ERROR rally File "/usr/local/lib/python3.6/site-packages/rally/cli/main.py", line 40, in main<br>2022-06-07 13:48:58.651 482053 ERROR rally return cliutils.run(sys.argv, categories)<br>2022-06-07 13:48:58.651 482053 ERROR rally File "/usr/local/lib/python3.6/site-packages/rally/cli/cliutils.py", line 669, in run<br>2022-06-07 13:48:58.651 482053 ERROR rally ret = fn(*fn_args, **fn_kwargs)<br>2022-06-07 13:48:58.651 482053 ERROR rally File "/usr/local/lib/python3.6/site-packages/rally/cli/envutils.py", line 142, in inner<br>2022-06-07 13:48:58.651 482053 ERROR rally return func(*args, **kwargs)<br>2022-06-07 13:48:58.651 482053 ERROR rally File "/usr/local/lib/python3.6/site-packages/rally/plugins/__init__.py", line 59, in wrapper<br>2022-06-07 13:48:58.651 482053 ERROR rally return func(*args, **kwargs)<br>2022-06-07 13:48:58.651 482053 ERROR rally File "/usr/local/lib/python3.6/site-packages/rally/cli/commands/deployment.py", line 205, in show<br>2022-06-07 13:48:58.651 482053 ERROR rally creds = deployment["credentials"]["openstack"][0]<br>2022-06-07 13:48:58.651 482053 ERROR rally KeyError: 'openstack'<br>2022-06-07 13:48:58.651 482053 ERROR rally</font></p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)"><font face="arial, sans-serif" style="">can someone please help me in fixing this issue or give any suggestion on which tool to use to test the openstack deployment and benchmark.</font></p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)">Also is tempest available for wallaby?? i checked the opendev and github repos last tags available are for victoria.</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)"><br></p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)">With regards,</p><p style="margin:0px 0px 1.2em;padding:0px;width:auto;max-width:45em;color:rgb(51,51,51)">Swogat pradhan</p></div></div>