LGTM On Tue, Apr 20, 2010 at 12:35, Iustin Pop <[email protected]> wrote:
> This makes it uniform with the other hypervisors. > --- > lib/hypervisor/hv_fake.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/hypervisor/hv_fake.py b/lib/hypervisor/hv_fake.py > index a97bebe..c4365f2 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) > -- > 1.7.0.4 > > > > -- > Subscription settings: > http://groups.google.com/group/ganeti-devel/subscribe?hl=en >
