Fix typo in schema path name

This commit is contained in:
Joshua Boniface 2021-07-05 23:23:23 -04:00
parent c45804e8c1
commit be7b0be8ed
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class NodeInstance(object):
if data != self.domain_list:
self.domain_list = data
@self.zkhandler.zk_conn.DataWatch(self.zkhandler.schema.path('node.count.provisioned_domainss', self.name))
@self.zkhandler.zk_conn.DataWatch(self.zkhandler.schema.path('node.count.provisioned_domains', self.name))
def watch_node_domainscount(data, stat, event=''):
if event and event.type == 'DELETED':
# The key has been deleted after existing before; terminate this watcher