diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-06 19:12:36 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-06 19:12:36 +0000 |
| commit | c11fa8152afce89bddeca0ca92693e00c08a34af (patch) | |
| tree | b9174a6e7e5eae79445c8034d25eb4f69bb4699b /nova/compute | |
| parent | 124f577387f8cec5098ea783db32b80e4d677c59 (diff) | |
Default to 0 seconds (off)
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 6037903c4..cb6cb6ab2 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -49,7 +49,7 @@ FLAGS = flags.FLAGS flags.DECLARE('vncproxy_topic', 'nova.vnc') flags.DEFINE_integer('find_host_timeout', 30, 'Timeout after NN seconds when looking for a host.') -flags.DEFINE_integer('delete_instance_interval', 43200, +flags.DEFINE_integer('delete_instance_interval', 0, 'Time in seconds to wait to scrub deleted instances.') |
