From 8f9c2bae1ee5bb99e565eb04b977a1228fe2aa5b Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Thu, 19 Apr 2012 23:45:35 +0000 Subject: [PATCH] nova.virt.xenapi_conn -> nova.virt.xenapi.connection This fixes a couple of references that were missed in the recent move Change-Id: I653b8b85294838a39f9d805bef094938f692e7be --- tools/xenserver/vm_vdi_cleaner.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/xenserver/vm_vdi_cleaner.py b/tools/xenserver/vm_vdi_cleaner.py index e99b90367a33..8a6bb009281f 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