diff options
| author | Michael Still <mikal@stillhq.com> | 2012-10-23 14:25:25 -0700 |
|---|---|---|
| committer | Michael Still <mikal@stillhq.com> | 2012-10-25 09:20:46 +1100 |
| commit | 0d4e6dbe6f17d0a8d0f93833c1ea70f79944d945 (patch) | |
| tree | cdd80ba89da8567c5e1abc82a0ede862d6dd578d /nova/flags.py | |
| parent | 86b91474d16fb9842bb75dc7ebd1af364cc8a058 (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.py | 3 |
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 = [ |
