summaryrefslogtreecommitdiffstats
path: root/tools/xenserver
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-04-19 23:45:35 +0000
committerJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-04-19 23:45:35 +0000
commit8f9c2bae1ee5bb99e565eb04b977a1228fe2aa5b (patch)
tree0568f63676e25ed3087562e0f66b39e063fc14c4 /tools/xenserver
parent2d8ebfeda8db3b3232506c6b142c4004bb206092 (diff)
downloadnova-8f9c2bae1ee5bb99e565eb04b977a1228fe2aa5b.tar.gz
nova-8f9c2bae1ee5bb99e565eb04b977a1228fe2aa5b.tar.xz
nova-8f9c2bae1ee5bb99e565eb04b977a1228fe2aa5b.zip
nova.virt.xenapi_conn -> nova.virt.xenapi.connection
This fixes a couple of references that were missed in the recent move Change-Id: I653b8b85294838a39f9d805bef094938f692e7be
Diffstat (limited to 'tools/xenserver')
-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