diff options
author | Nguyen Hung Phuong <phuongnh@vn.fujitsu.com> | 2016-03-18 15:56:06 +0700 |
---|---|---|
committer | Nguyen Hung Phuong <phuongnh@vn.fujitsu.com> | 2016-03-18 10:11:53 +0000 |
commit | 493b87b6fcfd3bea09a889ef47b53e0d48a4c125 (patch) | |
tree | 4dbd81928c894cf036f4d6020c07975fdda1be90 /etc | |
parent | db1029ab1b4cd36106acf7881375e338c6621751 (diff) | |
download | ironic-493b87b6fcfd3bea09a889ef47b53e0d48a4c125.tar.gz |
Removes redundant "to"
This patch removes redundant "to" in ironic.conf.sample
Change-Id: I2f007454a512799df47a3313d1e68f27c666a278
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 629baf584..cc651034d 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -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) |