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', '
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
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 subn
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 $
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 float
5 matches
Mail list logo