summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-04-24 17:27:26 +0000
committerGerrit Code Review <review@openstack.org>2012-04-24 17:27:26 +0000
commit86905d70fff56f843bb3d8490cbc1e68cc8f3c3c (patch)
treea9875da8cc46d6bbb02cbd6480636a916d0da453
parentb11209ba8831f08188ef07dc0160b234ecf3ac63 (diff)
parent8f9c2bae1ee5bb99e565eb04b977a1228fe2aa5b (diff)
downloadnova-86905d70fff56f843bb3d8490cbc1e68cc8f3c3c.tar.gz
nova-86905d70fff56f843bb3d8490cbc1e68cc8f3c3c.tar.xz
nova-86905d70fff56f843bb3d8490cbc1e68cc8f3c3c.zip
Merge "nova.virt.xenapi_conn -> nova.virt.xenapi.connection"
-rwxr-xr-xtools/xenserver/vm_vdi_cleaner.py6
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