https://github.com/openstack/rally
Raw File
Tip revision: ed15d27b15e84e90e9b97d616ba15a56285d83d8 authored by Jenkins on 26 January 2017, 12:26:34 UTC
Merge "[doc][verify] Some more changes in docs before release"
Tip revision: ed15d27
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