summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v1
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-11 10:10:59 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-11 10:10:59 +0800
commitcd189860e5cf7d9e85235b55dfa3f67e5a1f67d8 (patch)
tree3f780caa3179f9d3ac83789092ed773f9bcafa1c /openstackclient/volume/v1
parentffa2b56713e8f321bc48d2e6efb7ace2757b2f5e (diff)
downloadpython-openstackclient-cd189860e5cf7d9e85235b55dfa3f67e5a1f67d8.tar.gz
Remove useless dest of option in volume v1&v2
some "dest" argument is useless because they are the same as the option name. So remove them. Change-Id: Idd37e8816cf8b0833c94a5e741fdfe56602551f9
Diffstat (limited to 'openstackclient/volume/v1')
-rw-r--r--openstackclient/volume/v1/volume.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/volume/v1/volume.py b/openstackclient/volume/v1/volume.py
index e11aa1a7..820673bb 100644
--- a/openstackclient/volume/v1/volume.py
+++ b/openstackclient/volume/v1/volume.py
@@ -175,7 +175,6 @@ class DeleteVolume(command.Command):
)
parser.add_argument(
'--force',
- dest='force',
action='store_true',
default=False,
help=_('Attempt forced removal of volume(s), regardless of state '