Commit Graph

15 Commits

Author SHA1 Message Date
jacky06 f9b785cfaf Remove support for py34
Change-Id: I5c4e42bd33edf7a144427cc906f34432c949c838
2018-12-19 11:22:20 -05:00
qingszhao da8881a8e9 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I9d4b8c05581a1a8de9ade33027c05d8d40cfe6ac
2018-12-04 16:32:59 +00:00
Jordan Pittier d0a05e7059 Bring back Python3.4 compatibility.
Change-Id: I6418e611f2bf51ae9191d3ba800a0be54ef2c032
2017-01-10 15:55:54 +00:00
Jordan Pittier 3a612efd53 OSPurge version 2
This commit is a whole new version of OSPurge. Currently OSPurge suffers
from the following limitations:
* It's slow (monothread)
* It's not guaranteed to complete. If a resource fails to be deleted then
OSPurge can choke on deleting other resources that depends on the first one.
* Not properly unit tested.
* Not modular (one huge file to deal with all services)

This new version is:
* Faster (multithreaded, thanks to a ThreadPoolExecutor)
* Safe (we check and wait for some prerequisites before attempting a
delete)
* 100% unit tested.
* Modular (one file per service)

Note that it's Python3.5 compatible. It also uses OpenStack Shade
and OpenStack client-config libraries so that OSPurge focuses on the
cleaning logic only.

Overall I believe this is a better version of OSPurge and more future
proof. NOte that we tagged and released OSPurge 1.3 recently in case
the new version was not satisfactory to everybody.

Change-Id: I5eb92a0556df210ea3cb4e471b8db3b5bf7ed5ee
2016-12-15 10:49:25 +01:00
Christian Berendt 0da7bb43fe Rename module ospurge to client
Change-Id: I1f6bc2b3d0ceb0078a21ecc0975c1a1123068fc8
2015-10-22 12:54:16 +02:00
venkatamahesh 18e89cecfd Change the repository from stackforge to openstack
Change-Id: I714dc54a31c722827b1dbcef3f26c0ab5a7dcb4a
2015-10-18 22:09:26 +05:30
Christian Berendt a235c9fff4 Migrate the README file syntax from Markdown to reStructuredText
Change-Id: I6971bc75d22780fe5131aee9e843629532f11a6b
2015-09-24 13:59:22 +02:00
JordanP 481930224e Add some classifiers to better describe the project
Change-Id: Ic892958b25c6190e059c0ebd858634050daccd3b
2014-11-11 21:43:09 +01:00
Robert Collins f36665333b Remove hardcoded version.
Regular projects can use semantic versioning, not pbr's pre-version
facility. This line causes local package builds to have the wrong
version today, and pbr will in future detect this and error.

Change-Id: I305431346784d1ed224da9c023f59d81aedc5c3a
2014-08-20 14:14:47 +12:00
Florent Flament c788771493 Update author's email and ospurge homepage in setup.cfg
Change-Id: Ie2290ff71e5a0eb7fb49a230c008d2d520697c9e
2014-07-25 00:01:17 +02:00
Florent Flament 5bdbc3edc6 Updated version to 0.1.2 (Next targeted release) 2014-02-21 12:44:41 +00:00
Florent Flament 77dc9462da Updating version of ospurge
Trying to fix `pip install not working`
2014-02-20 11:29:07 +01:00
Florent Flament d559771cd3 Updated setup.cfg to have clean information on PyPI. 2014-02-19 17:01:15 +01:00
Florent Flament d5378a9202 Changed name os_purge.py to ospurge.py 2014-02-17 17:22:01 +00:00
Florent Flament 98008cb337 Initial commit 2014-02-14 13:34:25 +01:00