Advertisement
Guest User

Untitled

a guest
May 9th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.06 KB | None | 0 0
  1. 580,583c580,583
  2. <         LOG.debug(_("Querying agent version"))
  3. <         version = self.get_agent_version(instance)
  4. <         if version:
  5. <             LOG.info(_('Instance agent version: %s') % version)
  6. ---
  7. > #        LOG.debug(_("Querying agent version"))
  8. > #        version = self.get_agent_version(instance)
  9. > #        if version:
  10. > #            LOG.info(_('Instance agent version: %s') % version)
  11. 585,589c585,589
  12. <         if (version and agent_build and
  13. <             cmp_version(version, agent_build['version']) < 0):
  14. <             LOG.info(_('Updating Agent to %s') % agent_build['version'])
  15. <             self.agent_update(instance, agent_build['url'],
  16. <                           agent_build['md5hash'])
  17. ---
  18. > #        if (version and agent_build and
  19. > #            cmp_version(version, agent_build['version']) < 0):
  20. > #            LOG.info(_('Updating Agent to %s') % agent_build['version'])
  21. > #            self.agent_update(instance, agent_build['url'],
  22. > #                          agent_build['md5hash'])
  23. 590a591
  24. >               version = None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement