Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 580,583c580,583
- < LOG.debug(_("Querying agent version"))
- < version = self.get_agent_version(instance)
- < if version:
- < LOG.info(_('Instance agent version: %s') % version)
- ---
- > # LOG.debug(_("Querying agent version"))
- > # version = self.get_agent_version(instance)
- > # if version:
- > # LOG.info(_('Instance agent version: %s') % version)
- 585,589c585,589
- < if (version and agent_build and
- < cmp_version(version, agent_build['version']) < 0):
- < LOG.info(_('Updating Agent to %s') % agent_build['version'])
- < self.agent_update(instance, agent_build['url'],
- < agent_build['md5hash'])
- ---
- > # if (version and agent_build and
- > # cmp_version(version, agent_build['version']) < 0):
- > # LOG.info(_('Updating Agent to %s') % agent_build['version'])
- > # self.agent_update(instance, agent_build['url'],
- > # agent_build['md5hash'])
- 590a591
- > version = None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement