devstack/doc/source/exerciserc.rst
saradpatel 933827ccce Fix typo errors in devstack documentation
This submission fixes typo errors in following files
  1. contributing.rst
  2. exerciserc.rst
  3. faq.rst
  4. local.conf.rst
  5. openrc.rst

Change-Id: I2b2d61673c3c95f60c56978b5a81016603fef252
2014-12-19 12:11:38 +00:00

858 B

exerciserc - Exercise Settings

exerciserc is used to configure settings for the exercise scripts. The values shown below are the default values. These can all be overridden by setting them in the localrc section.

ACTIVE_TIMEOUT

Max time to wait while vm goes from build to active state

ACTIVE_TIMEOUT==30
ASSOCIATE_TIMEOUT

Max time to wait for proper IP association and dis-association.

ASSOCIATE_TIMEOUT=15
BOOT_TIMEOUT

Max time till the vm is bootable

BOOT_TIMEOUT=30
RUNNING_TIMEOUT

Max time from run instance command until it is running

RUNNING_TIMEOUT=$(($BOOT_TIMEOUT + $ACTIVE_TIMEOUT))
TERMINATE_TIMEOUT

Max time to wait for a vm to terminate

TERMINATE_TIMEOUT=30