Comment 3 for bug 608772

Revision history for this message
Jay Pipes (jaypipes) 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(main())
  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'