Make shelved_offload_time's help message more specific
This is to make shelved_offload_time's help message explicitly mention "[nova.DEFAULT]->shelved_offload_time in nova.conf". Change-Id: I0c7feb13de983516c126171ff1457392eff0135e
This commit is contained in:
parent
6e3b0b0d95
commit
917b555146
@ -312,9 +312,9 @@ ComputeGroup = [
|
||||
default=0,
|
||||
help='Time in seconds before a shelved instance is eligible '
|
||||
'for removing from a host. -1 never offload, 0 offload '
|
||||
'when shelved. This time should be the same as the time '
|
||||
'of nova.conf, and some tests will run for as long as the '
|
||||
'time.'),
|
||||
'when shelved. This configuration value should be same as '
|
||||
'[nova.DEFAULT]->shelved_offload_time in nova.conf, and '
|
||||
'some tests will run for as long as the time.'),
|
||||
cfg.IntOpt('min_compute_nodes',
|
||||
default=1,
|
||||
help=('The minimum number of compute nodes expected. This will '
|
||||
|
Loading…
x
Reference in New Issue
Block a user