diff options
| author | Rick Harris <rick.harris@rackspace.com> | 2011-02-16 23:09:08 +0000 |
|---|---|---|
| committer | Rick Harris <rick.harris@rackspace.com> | 2011-02-16 23:09:08 +0000 |
| commit | 28a38e0dc00a7a7695bfec6f33a365ac2ab2106d (patch) | |
| tree | c74fc3e0bc85c859bb4052d191568313f3a07847 /nova/flags.py | |
| parent | a5ec2be709d28267075ddc9616c5c29b62622af5 (diff) | |
| parent | ca440bdc97048e997ec64087d693c68910b6142f (diff) | |
Merging 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', |
