summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPádraig Brady <pbrady@redhat.com>2013-08-09 01:56:42 +0100
committerPádraig Brady <pbrady@redhat.com>2013-08-09 02:05:04 +0100
commit9304aabeb8b96baab76860e36ae04cd9af28b098 (patch)
tree402cc29af98b438f10c1c26a1fac914b4cc596be /tools
parenta943f1403f66272655c337c5863c79dc2ed79549 (diff)
downloadnova-9304aabeb8b96baab76860e36ae04cd9af28b098.tar.gz
maint: remove redundant default=None for config options
These 73 instances were inconsistent and redundant. Change-Id: I298f2406535d0805caebdca4f2729d720dd5222f
Diffstat (limited to 'tools')
-rwxr-xr-xtools/xenserver/vm_vdi_cleaner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xenserver/vm_vdi_cleaner.py b/tools/xenserver/vm_vdi_cleaner.py
index f5f6357b97..864041a483 100755
--- a/tools/xenserver/vm_vdi_cleaner.py
+++ b/tools/xenserver/vm_vdi_cleaner.py
@@ -43,7 +43,6 @@ cleaner_opts = [
]
cli_opt = cfg.StrOpt('command',
- default=None,
help='Cleaner command')
CONF = cfg.CONF