rally-openstack/etc
Marian Krcmarik 423657b8f3 Fix bash autocompletion of "rally task sla_check"
Character "_" is used as delimiter of commands and
their subcommands stored in bash array as keys,
i.e. in form "task_sla_check". Current code splits
it into an array based on delimiter "_" which would
return array with three values - task, sla and check.
The patch takes first value from the beginning to
first "_" as command and the rest as its subcommand.

Change-Id: I7d8c9b1eeb7c28ef24b0f2f366c6a18930282be5
Closes-bug: 1401180
2015-03-09 21:08:55 +01:00
..
rally [Sahara] added a cluster delete timeout 2015-03-03 16:21:39 +03:00
rally.bash_completion Fix bash autocompletion of "rally task sla_check" 2015-03-09 21:08:55 +01:00