Merge "[CLI] Add rally db ensure command"

This commit is contained in:
Zuul 2017-11-11 20:09:30 +00:00 committed by Gerrit Code Review
commit d9bd263e77

View File

@ -19,6 +19,7 @@ _rally()
declare -A OPTS
OPTS["db_create"]=""
OPTS["db_ensure"]=""
OPTS["db_recreate"]=""
OPTS["db_revision"]=""
OPTS["db_show"]=""