Comment 0 for bug 1856693

Revision history for this message
dalekseev (dalekseev) wrote :

rally container fails on bootstrap, if uses new version of rally

problem is:
`rally-manage db <command>` was deprecated since 0.10.0 version and is going to be removed soon. Please use `rally db <command>`.

so rally-manage is depricated from 0.10 rally version, and now (2.0 rally version and newer) finally removed.

but this script
https://github.com/openstack/kolla/blob/master/docker/rally/extend_start.sh
still uses 'rally-manage' and obviously crushes