2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Correct typo of 'nodes' as 'node'

This commit is contained in:
Jarrod Johnson 2014-03-03 20:16:14 -05:00
parent 9617d1f4a4
commit 04faa9fdfd

View File

@ -531,7 +531,7 @@ class ConfigManager(object):
continue
try:
if nodecfg[attrib]['inheritedfrom'] == group:
_mark_dirtykey('node', node, self.tenant)
_mark_dirtykey('nodes', node, self.tenant)
del nodecfg[attrib] # remove invalid inherited data
self._do_inheritance(nodecfg, attrib, node)
except KeyError: # inheritedfrom not set, move on