X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FproxyARP.py;h=c9d9040943e6cd6f8e948fda755abc28af229eaf;hp=90d15b1288ce8b36b4d62e52e57bf38cf60968af;hb=2baef5a200d45f95eed2b9b6c2add7d3cfd0ad98;hpb=d919da731b92e02ccc9cee207f9d138876b7b08e diff --git a/resources/libraries/python/honeycomb/proxyARP.py b/resources/libraries/python/honeycomb/proxyARP.py index 90d15b1288..c9d9040943 100644 --- a/resources/libraries/python/honeycomb/proxyARP.py +++ b/resources/libraries/python/honeycomb/proxyARP.py @@ -134,7 +134,7 @@ class ProxyARPKeywords(object): if status_code not in (HTTPCodes.OK, HTTPCodes.ACCEPTED): raise HoneycombError( "Interface proxyARP configuration on node {0} was not" - " successful.".format(node)) + " successful.".format(node["host"])) @staticmethod def get_proxyarp_interface_assignment(node, interface):