diff --git a/lib/hypervisor/hv_fake.py b/lib/hypervisor/hv_fake.py index c2990a3acd4c209e5cdc4a3258dcb54e0be8d142..2d386d2e3190c6bfa6aa896420c4013ad019f939 100644 --- a/lib/hypervisor/hv_fake.py +++ b/lib/hypervisor/hv_fake.py @@ -42,7 +42,7 @@ class FakeHypervisor(hv_base.BaseHypervisor): """ 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)