mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-03 04:11:51 +00:00
Fix incorrect host_plugin_protocol class var update in wire.py (#452)
This commit is contained in:
@@ -707,7 +707,8 @@ class WireClient(object):
|
||||
self.update_certs(goal_state)
|
||||
self.update_ext_conf(goal_state)
|
||||
if self.host_plugin is not None:
|
||||
self.host_plugin.goal_state = goal_state
|
||||
self.host_plugin.container_id = goal_state.container_id
|
||||
self.host_plugin.role_config_name = goal_state.role_instance_config_name
|
||||
return
|
||||
except WireProtocolResourceGone:
|
||||
logger.info("Incarnation is out of date. Update goalstate.")
|
||||
|
||||
Reference in New Issue
Block a user