From 6df291d43c6afaf6f81ffc7f43f595bf3a16f01d Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 20 Apr 2010 13:35:27 +0200 Subject: [PATCH] Move fake hypervisor run dir under ganeti 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hypervisor/hv_fake.py b/lib/hypervisor/hv_fake.py index c2990a3ac..2d386d2e3 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) -- GitLab