[Yahoo-eng-team] [Bug 1419175] [NEW] DVR qrouter created without OVS qr device

2015-02-06 Thread Zengfa Gao
Public bug reported: We have running stable/juno with DVR enabled. During tests, we created router, gateway and instance. There is one qrouter on one compute node was created with RuntimeError: Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ip', 'netns', 'exec',

[Yahoo-eng-team] [Bug 1419042] [NEW] os.makedirs with 0o7755 was repeated several places in agent code

2015-02-06 Thread Zengfa Gao
test for utils.os.ensure_dir method. We need to add unit testing. ** Affects: neutron Importance: Undecided Assignee: Zengfa Gao (zfgao) Status: New ** Changed in: neutron Assignee: (unassigned) = Zengfa Gao (zfgao) ** Summary changed: - os.makedirs with 0o7755

[Yahoo-eng-team] [Bug 1411874] [NEW] DVR router is seen on multiple controller nodes

2015-01-16 Thread Zengfa Gao
Public bug reported: I have Openstack deployed with DVR support. I did following to setup my networks neutron net-create demo-net netdemoaid=$(neutron net-list | awk '{if($4=='demo-net'){print $2;}}') neutron subnet-create demo-net 10.100.102.0/24 --name demo-subnet subnetdemoid=$(neutron

[Yahoo-eng-team] [Bug 1398446] [NEW] Novacompute failed to detel VM port with DVR

2014-12-02 Thread Zengfa Gao
Public bug reported: This defect is hard to reproduce, only happens when I have more than 3 compute node with DVR enabled. With the following script, run several times, I can see one VM in ERROR state. neutron net-create demo-net netdemoid=$(neutron net-list | awk '{if($4=='demo-net'){print

[Yahoo-eng-team] [Bug 1394351] [NEW] deadlock when delete port

2014-11-19 Thread Zengfa Gao
Public bug reported: netdemoid=$(neutron net-list | awk '{if($4=='demo-net'){print $2;}}') subnetdemoid=$(neutron subnet-list | awk '{if($4=='demo-subnet'){print $2;}}') exnetid=$(neutron net-list | awk '{if($4=='ext-net'){print $2;}}') for i in `seq 1 10`; do #boot vm, and create floating