consul_io.py: typo fixed in docs (#34292)
This commit is contained in:
parent
2f6fedd91f
commit
a05ed65295
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class ConsulInventory(object):
|
||||||
self.load_data_for_datacenter(datacenter)
|
self.load_data_for_datacenter(datacenter)
|
||||||
|
|
||||||
def load_availability_groups(self, node, datacenter):
|
def load_availability_groups(self, node, datacenter):
|
||||||
'''check the health of each service on a node and add add the node to either
|
'''check the health of each service on a node and add the node to either
|
||||||
an 'available' or 'unavailable' grouping. The suffix for each group can be
|
an 'available' or 'unavailable' grouping. The suffix for each group can be
|
||||||
controlled from the config'''
|
controlled from the config'''
|
||||||
if self.config.has_config('availability'):
|
if self.config.has_config('availability'):
|
||||||
|
|
Loading…
Reference in a new issue