diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-04 16:13:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-04 16:13:45 +0000 |
| commit | 73a0ad7cf3b34157a4db21beca5a4b24f5b612c9 (patch) | |
| tree | 7041b8458afd2eefb6a687d07a606d2c81952ea4 /openstackclient | |
| parent | 43a07e133d0498dacc3c081c68508377d39e823b (diff) | |
| parent | 8aa00894efacc29185da660fb3ae7c42adefaa09 (diff) | |
| download | python-openstackclient-73a0ad7cf3b34157a4db21beca5a4b24f5b612c9.tar.gz | |
Merge "Remove useless dest of option in "snapshot create" command"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/volume/v2/snapshot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/volume/v2/snapshot.py b/openstackclient/volume/v2/snapshot.py index 439904e7..5aba04ae 100644 --- a/openstackclient/volume/v2/snapshot.py +++ b/openstackclient/volume/v2/snapshot.py @@ -46,7 +46,6 @@ class CreateSnapshot(command.ShowOne): ) parser.add_argument( "--force", - dest="force", action="store_true", default=False, help=_("Create a snapshot attached to an instance. " |
