Fix help for ironic.peer_list config

This implied that the current host did not need to be in this list;
however, it does.

Closes-Bug: #1827094
Change-Id: I4fe9df6b3789ae0365900d546d49121b99ea2a44
This commit is contained in:
Jim Rollenhagen 2019-04-30 12:57:22 -04:00
parent ce5ef763b5
commit 674c004231

@ -96,11 +96,11 @@ Related options:
'peer_list',
default=[],
mutable=True,
help='List of hostnames for other nova-compute services with the same '
'partition_key config value. Nodes matching the partition_key '
'value will be distributed between this service and the other '
'services specified here. If partition_key is unset, this option '
'is ignored.'),
help='List of hostnames for all nova-compute services (including '
'this host) with this partition_key config value. '
'Nodes matching the partition_key value will be distributed '
'between all services specified here. '
'If partition_key is unset, this option is ignored.'),
]
deprecated_opts = {