diff options
Diffstat (limited to 'tools/xenserver')
| -rwxr-xr-x | tools/xenserver/vm_vdi_cleaner.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/xenserver/vm_vdi_cleaner.py b/tools/xenserver/vm_vdi_cleaner.py index e99b90367..8a6bb0092 100755 --- a/tools/xenserver/vm_vdi_cleaner.py +++ b/tools/xenserver/vm_vdi_cleaner.py @@ -31,9 +31,9 @@ from nova.virt.xenapi import connection as xenapi_conn flags.DECLARE("resize_confirm_window", "nova.compute.manager") -flags.DECLARE("xenapi_connection_url", "nova.virt.xenapi_conn") -flags.DECLARE("xenapi_connection_username", "nova.virt.xenapi_conn") -flags.DECLARE("xenapi_connection_password", "nova.virt.xenapi_conn") +flags.DECLARE("xenapi_connection_url", "nova.virt.xenapi.connection") +flags.DECLARE("xenapi_connection_username", "nova.virt.xenapi.connection") +flags.DECLARE("xenapi_connection_password", "nova.virt.xenapi.connection") FLAGS = flags.FLAGS # NOTE(sirp): Nova futzs with the sys.argv in order to provide default |
