Removes redundant "to"

This patch removes redundant "to" in ironic.conf.sample

Change-Id: I2f007454a512799df47a3313d1e68f27c666a278
This commit is contained in:
Nguyen Hung Phuong 2016-03-18 15:56:06 +07:00
parent db1029ab1b
commit 493b87b6fc
2 changed files with 3 additions and 3 deletions

View File

@ -1177,7 +1177,7 @@
#clean_priority_reset_secure_boot_keys_to_default=20
# Priority for clear_secure_boot_keys clean step. This step is
# not enabled by default. It can be enabled to to clear all
# not enabled by default. It can be enabled to clear all
# secure boot keys enrolled with iLO. (integer value)
#clean_priority_clear_secure_boot_keys=0
@ -1829,7 +1829,7 @@
# the TTL are automatically deleted. The parameter affects
# only reply and fanout queues. (integer value)
# Minimum value: 1
#rabbit_transient_queues_ttl=600
#rabbit_transient_queues_ttl=1800
# Specifies the number of messages to prefetch. Setting to
# zero allows unlimited messages. (integer value)

View File

@ -61,7 +61,7 @@ clean_step_opts = [
default=0,
help=_('Priority for clear_secure_boot_keys clean step. This '
'step is not enabled by default. It can be enabled to '
'to clear all secure boot keys enrolled with iLO.')),
'clear all secure boot keys enrolled with iLO.')),
cfg.IntOpt('clean_priority_reset_ilo_credential',
default=30,
help=_('Priority for reset_ilo_credential clean step. This '