summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-22 18:10:37 +0000
committerGerrit Code Review <review@openstack.org>2017-06-22 18:10:37 +0000
commitef25135e7aefa79904f9f895412e85ebad5a8507 (patch)
treecf96ad591ad8ea9e070129e32e9aa2cf4322f1cb /setup.cfg
parent244ac70ae9543bb11e95ae42712a9c0a5309e872 (diff)
parent227d4c64ef4ac04b5fed6cdff035821bf0e6ae7e (diff)
downloadpython-openstackclient-ef25135e7aefa79904f9f895412e85ebad5a8507.tar.gz
Merge "Add project purge command to osc"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 99201b9e..86f315c1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,7 @@ openstack.common =
extension_list = openstackclient.common.extension:ListExtension
extension_show = openstackclient.common.extension:ShowExtension
limits_show = openstackclient.common.limits:ShowLimits
+ project_purge = openstackclient.common.project_purge:ProjectPurge
quota_list = openstackclient.common.quota:ListQuota
quota_set = openstackclient.common.quota:SetQuota
quota_show = openstackclient.common.quota:ShowQuota