diff options
author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-17 17:40:57 -0400 |
---|---|---|
committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-17 17:40:57 -0400 |
commit | 432763e319cd2378a30ad103ad0fc3343ef7ff21 (patch) | |
tree | 9d929edee20fbba5852602064b45a049e28cc210 /nova/flags.py | |
parent | 46269872192b843c80d72206a05c8b759c9f66a8 (diff) | |
parent | 782a5736b01f44af43f742de537bdbe4bbda6d88 (diff) | |
download | nova-432763e319cd2378a30ad103ad0fc3343ef7ff21.tar.gz nova-432763e319cd2378a30ad103ad0fc3343ef7ff21.tar.xz nova-432763e319cd2378a30ad103ad0fc3343ef7ff21.zip |
merge with zone phase 1
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 60d7cdd06..7e4919d6e 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', |