summaryrefslogtreecommitdiff
path: root/tools/xenserver/populate_other_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenserver/populate_other_config.py')
-rw-r--r--tools/xenserver/populate_other_config.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/xenserver/populate_other_config.py b/tools/xenserver/populate_other_config.py
index f99ed29816..8613ddfb0b 100644
--- a/tools/xenserver/populate_other_config.py
+++ b/tools/xenserver/populate_other_config.py
@@ -28,7 +28,7 @@ populated.
Run on compute-worker (not Dom0):
- python ./tools/xenserver/populate_other_config.py [--dry-run|--verbose]
+ python ./tools/xenserver/populate_other_config.py [--dry-run]
"""
import os
import sys
@@ -92,9 +92,8 @@ def main():
vm_utils._set_vdi_info(session, vdi_ref, vdi_type, name_label,
vdi_type, instance)
- if CONF.verbose:
- print("Setting other_config for instance_uuid=%s vdi_uuid=%s" % (
- instance_uuid, vdi_rec['uuid']))
+ print("Setting other_config for instance_uuid=%s vdi_uuid=%s" % (
+ instance_uuid, vdi_rec['uuid']))
if CONF.dry_run:
print("Dry run completed")