Move fake hypervisor run dir under ganeti
authorIustin Pop <iustin@google.com>
Tue, 20 Apr 2010 11:35:27 +0000 (13:35 +0200)
committerIustin Pop <iustin@google.com>
Thu, 10 Jun 2010 19:57:32 +0000 (21:57 +0200)
This makes it uniform with the other hypervisors.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Balazs Lecz <leczb@google.com>

lib/hypervisor/hv_fake.py

index c2990a3..2d386d2 100644 (file)
@@ -42,7 +42,7 @@ class FakeHypervisor(hv_base.BaseHypervisor):
   """
   CAN_MIGRATE = True
 
   """
   CAN_MIGRATE = True
 
-  _ROOT_DIR = constants.RUN_DIR + "/ganeti-fake-hypervisor"
+  _ROOT_DIR = constants.RUN_GANETI_DIR + "/fake-hypervisor"
 
   def __init__(self):
     hv_base.BaseHypervisor.__init__(self)
 
   def __init__(self):
     hv_base.BaseHypervisor.__init__(self)