From 0d4e6dbe6f17d0a8d0f93833c1ea70f79944d945 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Tue, 23 Oct 2012 14:25:25 -0700 Subject: Migrate to fileutils and lockutils. Migrate nova to using openstack-common's file and lock utilities. Resolves bug 1063230. Change-Id: I1a4c87856bc08cd33b61d7098ed856baa4583654 --- nova/flags.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'nova/flags.py') diff --git a/nova/flags.py b/nova/flags.py index e9057d8db..639738fe7 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -91,9 +91,6 @@ core_opts = [ cfg.StrOpt('state_path', default='$pybasedir', help="Top-level directory for maintaining nova's state"), - cfg.StrOpt('lock_path', - default='$pybasedir', - help='Directory to use for lock files'), ] debug_opts = [ -- cgit