← Back to team overview

registry team mailing list archive

[Bug 608772] Re: Failure in NetworkTestCase for range_allocation and

 

Anyway, a completely unmodified bin/nova-dhcpbridge gives errors in a
clean branch:

jpipes@serialcoder:~/repos/nova/bug608772$ TESTING=1 ./bin/nova-dhcpbridge add fake 127.0.0.1 serialcoder
warning: no vendor libraries included
Traceback (most recent call last):
  File "./bin/nova-dhcpbridge", line 94, in <module>
    sys.exit(main())
  File "./bin/nova-dhcpbridge", line 71, in main
    flagfile = os.environ.get('FLAGFILE', FLAGS.dhcpbridge_flagfile)
  File "/usr/lib/python2.6/dist-packages/gflags.py", line 810, in __getattr__
    raise AttributeError(name)
AttributeError: dhcpbridge_flagfile

So, something is getting messed up in this file...I can run things like
bin/nova-manage network restart (which also accesses
nova.compule.network) just fine:

jpipes@serialcoder:~/repos/nova/bug608772$ ./bin/nova-manage network restart
warning: no vendor libraries included

Not sure where those "no vendor libraries included" is coming from
though...perhaps that is the issue?

-- 
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.



References