summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2012-10-23 14:25:25 -0700
committerMichael Still <mikal@stillhq.com>2012-10-25 09:20:46 +1100
commit0d4e6dbe6f17d0a8d0f93833c1ea70f79944d945 (patch)
treecdd80ba89da8567c5e1abc82a0ede862d6dd578d /nova/flags.py
parent86b91474d16fb9842bb75dc7ebd1af364cc8a058 (diff)
Migrate to fileutils and lockutils.
Migrate nova to using openstack-common's file and lock utilities. Resolves bug 1063230. Change-Id: I1a4c87856bc08cd33b61d7098ed856baa4583654
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 0 insertions, 3 deletions
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 = [