diff --git a/ironic/conf/default.py b/ironic/conf/default.py index 54dbe846d8..ad8a247a01 100644 --- a/ironic/conf/default.py +++ b/ironic/conf/default.py @@ -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] '