~maas-committers/maas/trunk

Viewing all changes in revision 2282.

  • Committer: MaaS Lander
  • Author(s): Scott Moser
  • Date: 2014-04-23 04:54:07 UTC
  • mfrom: (2248.1.2 trunk.1305282)
  • Revision ID: maas_lander-20140423045407-b93imq5ge41r452s
[r=jtv][bug=1305282][author=smoser] enlist_userdata: fix issue if dig fails to reach a dns server

dig exits non-zero and writes a failure message to stdout if it fails to
reach dnsserver. If that occurred, we were assigning that output to
the host variable, and then trying to register the node with that host.

The fix here is to only assign host if the dig command was successful.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: