Fixes grammar in the hash_partition_exponent description

The description for the hash_partition_exponent configuration had dubious
grammar.  A sentance has been reworded.

Change-Id: I161183f5974686e7c92f92697b61c58fb6f77a26
Closes-Bug: 1490406
This commit is contained in:
Peter Kendall 2017-01-06 15:34:23 -07:00
parent 1d37294b11
commit 4b4a44fe0f
1 changed files with 2 additions and 2 deletions

View File

@ -182,8 +182,8 @@ hash_opts = [
'exponent of the 2, there are 40 partitions in the ring.'
'A few thousand partitions should make rebalancing '
'smooth in most cases. The default is suitable for up '
'to a few hundred conductors. Too many partitions has a '
'CPU impact.')),
'to a few hundred conductors. Configuring for too many '
'partitions has a negative impact on CPU usage.')),
cfg.IntOpt('hash_distribution_replicas',
default=1,
help=_('[Experimental Feature] '