Hi,

I am using openstack wallaby in tripleo architecture.
I googled around and found i can use openstack-rally for testing the openstack deployment and will be able to genrate report also.
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''

(overcloud) [root@hkg2director ~]# rally deployment create --fromenv --name=existing
+--------------------------------------+----------------------------+----------+------------------+--------+
| uuid | created_at | name | status | active |
+--------------------------------------+----------------------------+----------+------------------+--------+
| 484aae52-a690-4163-828b-16adcaa0d8fb | 2022-06-07T05:48:39.039296 | existing | deploy->finished | |
+--------------------------------------+----------------------------+----------+------------------+--------+
Using deployment: 484aae52-a690-4163-828b-16adcaa0d8fb
(overcloud) [root@hkg2director ~]# rally deployment show 484aae52-a690-4163-828b-16adcaa0d8fb
Command failed, please check log for more info
2022-06-07 13:48:58.651 482053 CRITICAL rally [-] Unhandled error: KeyError: 'openstack'
2022-06-07 13:48:58.651 482053 ERROR rally Traceback (most recent call last):
2022-06-07 13:48:58.651 482053 ERROR rally File "/bin/rally", line 10, in <module>
2022-06-07 13:48:58.651 482053 ERROR rally sys.exit(main())
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
2022-06-07 13:48:58.651 482053 ERROR rally return cliutils.run(sys.argv, categories)
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
2022-06-07 13:48:58.651 482053 ERROR rally ret = fn(*fn_args, **fn_kwargs)
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
2022-06-07 13:48:58.651 482053 ERROR rally return func(*args, **kwargs)
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
2022-06-07 13:48:58.651 482053 ERROR rally return func(*args, **kwargs)
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
2022-06-07 13:48:58.651 482053 ERROR rally creds = deployment["credentials"]["openstack"][0]
2022-06-07 13:48:58.651 482053 ERROR rally KeyError: 'openstack'
2022-06-07 13:48:58.651 482053 ERROR rally

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.

Also is tempest available for wallaby?? i checked the opendev and github repos last tags available are for victoria.


With regards,

Swogat pradhan