We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abcafdb + 674c004 commit 6244366Copy full SHA for 6244366
nova/conf/ironic.py
@@ -96,11 +96,11 @@
96
'peer_list',
97
default=[],
98
mutable=True,
99
- help='List of hostnames for other nova-compute services with the same '
100
- 'partition_key config value. Nodes matching the partition_key '
101
- 'value will be distributed between this service and the other '
102
- 'services specified here. If partition_key is unset, this option '
103
- '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.'),
104
]
105
106
deprecated_opts = {
0 commit comments