Default flagfile with no params won't work. It needs the flagfile specified
On Jul 22, 2010 11:31 AM, "Jay Pipes" <[email protected]> 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... -- Failure in NetworkTestCase for range_allocation and https://bugs.launchpad.net/bugs/608772 You received this bug notification because you are a member of Registry Administrators, which is subscribed to OpenStack. _______________________________________________ Mailing list: https://launchpad.net/~registry Post to : [email protected] Unsubscribe : https://launchpad.net/~registry More help : https://help.launchpad.net/ListHelp

