summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-09-08 15:13:38 -0700
committerSteve Martinelli <s.martinelli@gmail.com>2017-06-13 10:26:35 -0400
commit227d4c64ef4ac04b5fed6cdff035821bf0e6ae7e (patch)
tree4cd0ee7edc8ec3b1aa1612b29d09f08902e742a8 /releasenotes
parenteb793dc8c6a8bd30e612f19f30808528b10eb344 (diff)
downloadpython-openstackclient-227d4c64ef4ac04b5fed6cdff035821bf0e6ae7e.tar.gz
Add project purge command to osc
See the initial implementation: https://github.com/openstack/ospurge/blob/master/ospurge/client.py Partial-Bug: 1584596 Change-Id: I3aa86af7c85e7ca3b7f04b43e8e07125f7d956d1
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1584596-5b3109487b451bec.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1584596-5b3109487b451bec.yaml b/releasenotes/notes/bug-1584596-5b3109487b451bec.yaml
new file mode 100644
index 00000000..9d45713d
--- /dev/null
+++ b/releasenotes/notes/bug-1584596-5b3109487b451bec.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Add command ``openstack project purge`` to clean a project's resources.
+ [Bug `1584596 <https://bugs.launchpad.net/bugs/1584596>`_]