kolla/releasenotes/notes/rally-manage-fix-8c98a0beb6dae50e.yaml
Dincer Celik 1114859b5c Fixes rally db commands
'rally-manage db' command was deprecated since 0.10.0 [1]. Should use
'rally db' instead.

[1] https://rally.readthedocs.io/en/latest/project_info/release_notes/archive/v0.10.0.html#command-line-interface

Closes-Bug: #1856693

Change-Id: I578f7a6d907d5579180bc64c99c7e6c8edf3afc8
2020-01-13 04:54:12 +03:00

6 lines
153 B
YAML

---
fixes:
- |
Converts deprecated command ``rally-manage db`` to ``rally db``.
`LP#1856693 <https://bugs.launchpad.net/kolla/+bug/1856693>`__