Eoghan:
Glad to hear it. My dnsmasq process is slightly different, it has one additional arg (--dhcp-script)
root 5524 5523 0 14:49 ? 00:00:00 dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap0af8ef80-41 --except-interface=lo --domain=openstacklocal --pid-file=/opt/stack/data/dhcp/3416e686-fc5e-4efc-b204-9f92f88e9d9c/pid --dhcp-hostsfile=/opt/stack/data/dhcp/3416e686-fc5e-4efc-b204-9f92f88e9d9c/host --dhcp-optsfile=/opt/stack/data/dhcp/3416e686-fc5e-4efc-b204-9f92f88e9d9c/opts --dhcp-script=/opt/stack/quantum/bin/quantum-dhcp-agent-dnsmasq-lease-update --leasefile-ro --dhcp-range=set:tag0,10.4.128.0,static,120s
Can you detail more about what you did with namespaces? Not familiar with that.
Aaron:
I'm going to scp my localrc to a safe place, reimage my blade with a fresh copy of Ubuntu 12.04, and see if I can reproduce this issue with quantum-dhcp-agent not starting. Give me a couple of hours to report back... :-)
I think it would be awesome to the community to publish a wiki page with a mostly copy-pasteable localrc for using devstack with quantum v2 and OVS. If one looks hard enough, it can be pieced together from various posts and such, but that can be error prone and tedious (as you have seen from my recent questions, I have never been sure about keystone, the need to specify v2 flag, what exactly I should use for enabled services...). Let me know if I can help with this if you agree it is worthwhile (and I hope you do :-).
↧