how can I specify the interval in which the (free) resources of my compute node are updated?
Hi,
how can I specify the interval in which the (free) resources of my compute node are updated? I looked into nova.conf and already changed the following parameters:
heal_instance_info_cache_interval = 20
service_down_time = 20
periodic_fuzzy_delay = 20
qpid_heartbeat = 20
scheduler_driver_task_period = 20
call_timeout = 20
db_check_interval = 20
But the inteval in which my compute node resources are updated still seems to be one minute. Which parameter in nova.conf should I change? Or is this configuration done somewhere else?