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
This commit is contained in:
parent
86d616bbe7
commit
1114859b5c
@ -10,6 +10,6 @@ fi
|
|||||||
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
|
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
|
||||||
# of the KOLLA_BOOTSTRAP variable being set, including empty.
|
# of the KOLLA_BOOTSTRAP variable being set, including empty.
|
||||||
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
||||||
rally-manage db create || rally-manage db upgrade
|
rally db create || rally db upgrade
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Converts deprecated command ``rally-manage db`` to ``rally db``.
|
||||||
|
`LP#1856693 <https://bugs.launchpad.net/kolla/+bug/1856693>`__
|
Loading…
Reference in New Issue
Block a user