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=8c1946ac3476f248417b51bf9b5a59659c6f7c51 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):