diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-07-27 01:03:05 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-07-27 01:03:05 -0400 |
| commit | ad7f099aefc17d04a2a04deb7fd3055adc8cd84a (patch) | |
| tree | 512b9ab019e7cb76b9da358e80b1741f9b37cc24 /nova/flags.py | |
| parent | 74ce3aef4dafca8b0fc6bf0404725afdefe335ec (diff) | |
| download | nova-ad7f099aefc17d04a2a04deb7fd3055adc8cd84a.tar.gz nova-ad7f099aefc17d04a2a04deb7fd3055adc8cd84a.tar.xz nova-ad7f099aefc17d04a2a04deb7fd3055adc8cd84a.zip | |
Flag for SessionToken ttl setting.
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 06ea1e007..3c1a0acaf 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -75,6 +75,8 @@ DEFINE_string('vpn_key_suffix', '-key', 'Suffix to add to project name for vpn key') +DEFINE_integer('auth_token_ttl', 3600, 'Seconds for auth tokens to linger') + # UNUSED DEFINE_string('node_availability_zone', 'nova', |
