rally deployment check failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Rally |
Fix Released
|
Undecided
|
venkata anil |
Bug Description
Rally deployment check command is failing with below error
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: ValueError: tuple.index(x): x not in tuple
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils Traceback (most recent call last):
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils File "/home/
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs)
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils File "/home/
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils return caller(func, *(extras + args), **kw)
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils File "/home/
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils id_arg_index = f.__code_
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils ValueError: tuple.index(x): x not in tuple
2021-04-06 09:40:22.980 195080 ERROR rally.cli.cliutils
rally task commands are also failing with similar error.
Some changes went in decorator code last week which is breaking rally https:/
limiting decorator to older version 4.4.2 is solving the rally issues.
pip install decorator==4.4.2
We can temporarily make rally to use decorator of version 4.4.2 before the new releases get stabilised.
Changed in rally: | |
assignee: | nobody → venkata anil (anil-venkata) |
Changed in rally: | |
status: | New → Incomplete |
status: | Incomplete → Fix Released |
submitted https:/ /review. opendev. org/c/openstack /rally/ +/784918 to fix this issue.