mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-23 08:04:09 +00:00
Discontinue ipmi session on collective manager change
This commit is contained in:
parent
6b24b9691b
commit
003358da5f
@ -132,7 +132,7 @@ class IpmiCommandWrapper(ipmicommand.Command):
|
||||
self._inhealth = False
|
||||
self._lasthealth = None
|
||||
self._attribwatcher = cfm.watch_attributes(
|
||||
(node,), ('secret.hardwaremanagementuser',
|
||||
(node,), ('secret.hardwaremanagementuser', 'collective.manager',
|
||||
'secret.hardwaremanagementpassword', 'secret.ipmikg',
|
||||
'hardwaremanagement.manager'), self._attribschanged)
|
||||
super(self.__class__, self).__init__(**kwargs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user