Comment 4 for bug 608772

Revision history for this message
Vish Ishaya (vishvananda) wrote : Re: [Bug 608772] Re: Failure in NetworkTestCase for range_allocation and

Default flagfile with no params won't work. It needs the flagfile specified

On Jul 22, 2010 11:31 AM, "Jay Pipes" <email address hidden> wrote:

If I call default_flagfile() with no params (use defaults), I still get
some weird name resolution errors:

DEBUG:root:ISSUE_IP: warning: no vendor libraries included
, DEBUG:root:Called add for mac 02:16:3e:0e:4e:f0 with ip 10.0.0.3 and
hostname test-host on interface br100

Traceback (most recent call last):

File "/home/jpipes/repos/nova/bug608772/bin/nova-dhcpbridge", line 94, in
<module>
sys.exit(ma...
 File "/home/jpipes/repos/nova/bug608772/bin/nova-dhcpbridge", line 88, in
main
   globals()[action+'_lease'](mac, ip, hostname, interface)
 File "/home/jpipes/repos/nova/bug608772/bin/nova-dhcpbridge", line 47, in
add_lease
   network.lease_ip(ip)
AttributeError: 'module' object has no attribute 'lease_ip'

--
Failure in NetworkTestCase for range_allocation and
https://bugs.launchpad.net/bugs/608772
Yo...