Fix incorrect host_plugin_protocol class var update in wire.py (#452)

This commit is contained in:
Yoon Hong
2016-10-26 13:16:42 -07:00
parent 37fdcb4937
commit 035bf2bb36
+2 -1
View File
@@ -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.")