commit 6fdb17d5875340e7ee959b8fd05d1b0bf3cf39bf
Author: Boris Pavlovic <boris@pavlovic.me>
Date:   Wed Aug 14 14:01:38 2013 +0400

    Add rally.sample.conf to project
    
    To use ./tools/config/generate_sample.sh I have to add 3 more requirements:
    Babel, netaddr, iso8601
    
    Adding new directory etc to store all configurations.
    
    And as a first configuration added etc/rally/rally.sample.conf
    
    Fix small bug rally is package => must have __init__.py file

commit beaf72f00db00d9d7119fac69f4c7000e52f30dd
Author: Boris Pavlovic <boris@pavlovic.me>
Date:   Wed Aug 14 12:26:32 2013 +0400

    Add AUTHORS file

commit 8e311033050af5638e09705ec79f97f051ebac9c
Author: Boris Pavlovic <boris@pavlovic.me>
Date:   Wed Aug 14 12:23:42 2013 +0400

    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

commit ea1a6107a98c07bf689f5d2d910bb8a09a1c40c9
Author: Boris Pavlovic <boris@pavlovic.me>
Date:   Tue Aug 13 18:44:43 2013 +0400

    Rename README.md to README.rst

commit 5db143eac0e39595a9952f211187d1909f1f7684
Author: Boris Pavlovic <boris@pavlovic.me>
Date:   Mon Aug 12 12:27:22 2013 +0400

    Integrate with oslo
    
    Use base packages:
    1) cliutils - we will use it for cli application
    2) oslo.config - it is used as dependency injecton
    and also contains some code related to cli app
    3) gettextutils - translations
    4) importutils - dynmical imports
    5) jsonutils - we will use it for validations and such things
    6) log - for logging
    7) timeutils - will be 100% used somewhere

commit 1b37b4ef25a07f73848a28ede8f9bc7bdcff6993
Author: Boris Pavlovic <boris@pavlovic.me>
Date:   Sat Aug 3 09:17:25 2013 -0700

    Initial commit