grizzly: nova periodic work needs doc update

Bug #1107410 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Michael Still

Bug Description

In https://review.openstack.org/#/c/18618/ changes to the way periodic tasks work in nova were introduced. This involves changes to configuration options, so these areas of the manuals need to be updated:

default, text change:

 118 cfg.IntOpt("image_cache_manager_interval",
 default=2400,
  help='Number of seconds to wait between runs of the image ' cache manager'),

default, text change:

   cfg.IntOpt("running_deleted_instance_poll_interval",
  default=1800,
   help="Number of seconds to wait between runs of the cleanup " "task."),

new option:

70 cfg.BoolOpt('run_external_periodic_tasks',
   71 default=True,
   72 help=('Some periodic tasks can be run in a separate process. '
   73 'Should we run them here?')),
   74 ]

option replaced:

 52 cfg.IntOpt('periodic_interval', 52 cfg.BoolOpt('periodic_enable',
 53 default=60, 53 default=True,
 54 help='seconds between running periodic tasks'), 54 help='enable periodic tasks'),

Tags: nova
Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → grizzly
tags: added: nova
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Tom Fifield (fifieldt) wrote :

A paragraph should be added in the nova description in doc/src/docbkx/common/getstart.xml

Michael Still (mikal)
Changed in openstack-manuals:
assignee: nobody → Michael Still (mikalstill)
Revision history for this message
Michael Still (mikal) wrote :

I feel like this is too technical for the getting started page. I'm going to add something to the operators guide instead.

Revision history for this message
Michael Still (mikal) wrote :

https://review.openstack.org/#/c/45912/ didn't get linked properly because I can't have nice things.

Changed in openstack-manuals:
status: Confirmed → Fix Committed
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.