5 Commits

Author SHA1 Message Date
Boris Pavlovic
afc5589a8f Fix bash completition setup
Change-Id: Ibe3290a273b99ea3a468a4b67b2dde54f01998a3
2014-10-13 23:24:24 +04:00
Kun Huang
7ef742af1b add bash completion script
This patch add a script rally.bash_completion which enables
auto-completion of rally CLI in bash environmnet when running:

python setup.py install
or
python setup.py develop

test:
rally [tab]
rally ta[tab]
rally task [tab]
rally task de[tab]

to-do:
adding a cache to bash-completion result could speed up auto-completion

Change-Id: Ia4c68ccf3faea73da87a93ce64b36545d9d8411c
2014-10-08 16:52:58 +03:00
OpenStack Proposal Bot
a596c4c444 Updated from global requirements
Change-Id: Ieb0e4e2b4271b80247cec51d22a0b1b2877f96f0
2014-05-01 13:52:17 +00:00
Sergey Lukjanov
33d1b1a776 Sync with global requirements
* versions of all other used libs updated

Change-Id: I6f71c965505037c6dde1241bd01453325beea3ed
2014-01-01 23:08:07 +04:00
Boris Pavlovic
8e31103305 Add tox, pep and requirements to project
Adding minimal amount of things to be able to run
tox against code and check all unit tests + pep
2013-08-14 12:23:42 +04:00