commit 814c147ae799f23fb8cadc86b26801e72b56d428
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 21 13:50:26 2014 +0000

    Fixed bug for unbound ports removal

commit 22914da240bd312823c9c0e0a25f793c75af8a17
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 21 12:57:12 2014 +0000

    Simplified Router's interfaces removal

commit 5bdbc3edc6be3b767147228e500c6b91f501a43b
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 21 12:44:41 2014 +0000

    Updated version to 0.1.2 (Next targeted release)

commit 95bb285f6960ff8b30e5aab7581fb05722ee65a3
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 21 12:43:39 2014 +0000

    Added unbound ports (neutron) removal.

commit 77dc9462da6d83c2b0ee01759c956835b31f4f66
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Thu Feb 20 11:29:07 2014 +0100

    Updating version of ospurge
    Trying to fix `pip install not working`

commit f55f5f083f2b07e2daab92502f673683e0a290fd
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Wed Feb 19 17:15:01 2014 +0100

    Updated README.md (package installation)

commit d559771cd3b43b63706278bc46e55f4f1782e819
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Wed Feb 19 17:01:15 2014 +0100

    Updated setup.cfg to have clean information on PyPI.

commit 6eeb25d3e43d7be8d27904972475815a9d9d01fe
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 17:41:02 2014 +0000

    Updated README.md to reflect correct command arguments.

commit 5790770b3b67a5312b8495538df61af31badaaba
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 17:39:21 2014 +0000

    Fixed bug - dont_remove_project undefined

commit 1b3d8d5e6c14dcbf902bff1b369e7142cd4aa734
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 17:27:42 2014 +0000

    Updated command line arguments. Changed '_' to '-' to match usual
    Linux syntax.
    Also renamed --dont-remove-project to --dont-delete-project (delete
    being the usual term used in Openstack)
    Updated README.md

commit d5378a9202d3e780136b65653430ccf8883e0e5a
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 17:22:01 2014 +0000

    Changed name os_purge.py to ospurge.py

commit 74fa0c07ca7bd4699762fa5eb31f4f137e13f913
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 16:11:16 2014 +0000

    Update os_purge -h output in README.md

commit 2474a4f6d13bf94ea08ba16337d7704224423685
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 16:09:12 2014 +0000

    Update help message (identity project by ID now available)

commit 812d3b501a67ac9f0b236001080b2cd66b109c98
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Mon Feb 17 15:30:35 2014 +0000

    Added ability to use project ID instead of project name
    Script discovers automatically if this is an ID or a name
    
    Also added silently passing when cinder, neutron or nova
    endpoints are not found.

commit 2426b761bbb0e538d1eaa5550fe11cc3d6faf86a
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 18:31:59 2014 +0100

    Adding note about how to remove user with Keystone

commit 16488c8abff3cdfd3b3ec73f196ec8836470bd16
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 18:28:52 2014 +0100

    Added installation instructions

commit 46dc0951191c03f53a95f4fbbbf180069dd3ace7
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 18:16:54 2014 +0100

    Updated README example
    
    The example now provides the steps to:
    * Check what resources are still in a project
    * Remove these resources without deleting the project
    * Check that the project is empty
    * Remove the project

commit 259aa3af9a16c6a21fc9e91d4451ed89525a1ace
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 17:48:27 2014 +0100

    Improved --dry_run display
    
    Added space between types of resources

commit 99f74261d3e27c17f52ab87bc3fce04547c45aea
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 17:44:06 2014 +0100

    Remove 'default' security group from list
    
    Default security group cannot be removed. Therefore, removing it from
    the list of resources to be deleted.

commit d84a7eb0b22100fba316a40f47c40cd77a5b9add
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 17:42:22 2014 +0100

    Added --dont_remove_project option.
    
    When this option is enabled, the script deletes every project
    resources, but exits without deleting the project itself.

commit 65d7f1349fb007176457e53732073809d013552f
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 16:28:42 2014 +0100

    Removed ::::bash markdown tag (bad github interpretation)

commit 7770592bbd77c53b7e22c68a4db8d0c6aac27c6a
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 16:05:59 2014 +0100

    Added documentation to README file.

commit 98008cb337c392a68b6ae88f1fdc1b087463a765
Author: Florent Flament <florent.flament-ext@cloudwatt.com>
Date:   Fri Feb 14 13:34:25 2014 +0100

    Initial commit