diff options
| author | Chuck Short <zulcss@ubuntu.com> | 2011-03-09 21:33:01 -0500 |
|---|---|---|
| committer | Chuck Short <zulcss@ubuntu.com> | 2011-03-09 21:33:01 -0500 |
| commit | 7a5915dc4f575ed08b4e4645286e4efe1cf835e2 (patch) | |
| tree | 5b337f5c518cb80939e317355cc4b4c5d8d6eafa /nova/flags.py | |
| parent | 6cd8df74534fcb8db319aa4578220d20aacccbed (diff) | |
| parent | 84c769ce17822eac3788336cbae8f82f03f089cf (diff) | |
Merged trunk
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index 8cf199b2f..213d4d4e1 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -321,6 +321,8 @@ DEFINE_integer('auth_token_ttl', 3600, 'Seconds for auth tokens to linger') DEFINE_string('state_path', os.path.join(os.path.dirname(__file__), '../'), "Top-level directory for maintaining nova's state") +DEFINE_string('lock_path', os.path.join(os.path.dirname(__file__), '../'), + "Directory for lock files") DEFINE_string('logdir', None, 'output to a per-service log file in named ' 'directory') |
