https://github.com/openstack/rally
Raw File
Tip revision: 2c34d1896a7a9f2955a2a09531a9c3eb3f88517b authored by Jenkins on 23 December 2015, 17:58:54 UTC
Merge "Relese notes 0.1.2"
Tip revision: 2c34d18
installation_script_enhancements.rst
======================================================================
Enhancements to installation script: ``--version`` and ``--uninstall``
======================================================================


Use case
--------

User might wish to control which rally version is installed or even purge
rally from the machine completely.


Problem description
-------------------

    #. Installation script doesn't allow to choose version.
    #. No un-install support.



Possible solution
-----------------

    #. Add ``--version`` option to installation script.
    #. Add ``--uninstall`` option to installation script or create an
       un-installation script
back to top