summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nova/nova.conf.sample4
-rw-r--r--nova/compute/manager.py3
2 files changed, 0 insertions, 7 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 37a30c7570..dd4fc76017 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -701,10 +701,6 @@
# updates (integer value)
#heal_instance_info_cache_interval=60
-# Interval in seconds for querying the host status (integer
-# value)
-#host_state_interval=120
-
# Number of seconds to wait between runs of the image cache
# manager (integer value)
#image_cache_manager_interval=2400
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index ba20302170..c16cc50f3d 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -135,9 +135,6 @@ interval_opts = [
default=60,
help="Number of seconds between instance info_cache self "
"healing updates"),
- cfg.IntOpt('host_state_interval',
- default=120,
- help='Interval in seconds for querying the host status'),
cfg.IntOpt("image_cache_manager_interval",
default=2400,
help='Number of seconds to wait between runs of the image '