From 0abce182b6cff5afdea955deab31fe8e12baf8a1 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Thu, 9 Oct 2014 15:00:36 +0100 Subject: [PATCH] [hopem,r=] Cloese bug: 1379324 --- hooks/quantum_contexts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/quantum_contexts.py b/hooks/quantum_contexts.py index c7581d6d..cdfb87cc 100644 --- a/hooks/quantum_contexts.py +++ b/hooks/quantum_contexts.py @@ -180,7 +180,7 @@ class ExternalPortContext(OSContextGenerator): hwaddr = get_nic_hwaddr(nic) hwaddr_to_nic[hwaddr] = nic addresses = get_ipv4_addr(nic, fatal=False) + \ - get_ipv6_addr(nic, fatal=False) + get_ipv6_addr(iface=nic, fatal=False) hwaddr_to_ip[hwaddr] = addresses mac_regex = re.compile(r'([0-9A-F]{2}[:-]){5}([0-9A-F]{2})', re.I) for entry in config('ext-port').split():