Looked back at the logs and think maybe this is what causes the problems (I am running Ubuntu 12.04).
2012-08-23 13:40:30 DEBUG [quantum.agent.linux.dhcp] Unable to access /opt/stack/data/dhcp/910bebe6-13a3-438c-a021-a217269d43b4/pid
2012-08-23 13:40:30 DEBUG [quantum.agent.linux.utils] Running command: sudo cat /proc/None/cmdline
2012-08-23 13:40:30 DEBUG [quantum.agent.linux.utils]
Command: ['sudo', 'cat', '/proc/None/cmdline']
Exit code: 1
Stdout: ''
Stderr: 'cat: /proc/None/cmdline: No such file or directory\n'
.............................
2012-08-23 13:40:30 DEBUG [quantum.agent.linux.utils] Running command: sudo ip netns exec 910bebe6-13a3-438c-a021-a217269d43b4 ip -o link show tape9e2be92-ca
2012-08-23 13:40:30 DEBUG [quantum.agent.linux.utils]
Command: ['sudo', 'ip', 'netns', 'exec', '910bebe6-13a3-438c-a021-a217269d43b4', 'ip', '-o', 'link', 'show', 'tape9e2be92-ca']
Exit code: 1
Stdout: ''
Stderr: 'Cannot open network namespace: No such file or directory\n'
↧