summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v1/snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/volume/v1/snapshot.py')
-rw-r--r--openstackclient/volume/v1/snapshot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/volume/v1/snapshot.py b/openstackclient/volume/v1/snapshot.py
index c4d113a3..bc92c0f5 100644
--- a/openstackclient/volume/v1/snapshot.py
+++ b/openstackclient/volume/v1/snapshot.py
@@ -283,8 +283,6 @@ class UnsetSnapshot(command.Command):
'--property',
metavar='<key>',
action='append',
- default=[],
- required=True,
help=_('Property to remove from snapshot '
'(repeat option to remove multiple properties)'),
)