diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-02-16 11:04:17 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-02-16 11:04:17 -0500 |
| commit | efba14e5cdb3d5f018190e75c5407b07dcaa726b (patch) | |
| tree | d69c3c6d0633e37bac7c34a8b3fa4f0813698711 /nova/flags.py | |
| parent | 9d9e097068abab7dc155d6614dfa8b388290bea8 (diff) | |
| parent | 17abf5c23f90f15b557131f71657e70e7b5cdef8 (diff) | |
merge 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 3ba3fe6fa..f64a62da9 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -282,6 +282,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('logdir', None, 'output to a per-service log file in named ' + 'directory') DEFINE_string('sql_connection', 'sqlite:///$state_path/nova.sqlite', |
