Your message dated Thu, 16 Nov 2017 18:04:43 +0000
with message-id <e1efowp-000c1m...@fasolo.debian.org>
and subject line Bug#858565: fixed in neutron 2:11.0.1-2
has caused the Debian Bug report #858565,
regarding neutron-l3-agent: IPv6 Stateless Address Auto Configuration (SLAAC) 
mode fails when radvd is not installed on the host
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
858565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: neutron-l3-agent
Version: 2:9.1.1-1
Severity: normal

Dear Maintainer,

When a IPv6 subnet is created in SLAAC mode, neutron-l3-agent fails if radvd is 
not installed:

2017-03-23 16:50:19.157 8667 ERROR neutron.agent.linux.utils [-] Exit code: 99; 
Stdin: ; Stdout: ; Stderr: /usr/bin/neutron-rootwrap: Unauthorized command: ip 
netns exec qrouter-23e0d727-e5ef-41a7-aa6c-6d1229968185 radvd -C 
/var/lib/neutron/ra/23e0d727-e5ef-41a7-aa6c-6d1229968185.radvd.conf -p 
/var/lib/neutron/external/pids/23e0d727-e5ef-41a7-aa6c-6d1229968185.pid.radvd 
-m syslog (no filter matched)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info [-] Exit code: 
99; Stdin: ; Stdout: ; Stderr: /usr/bin/neutron-rootwrap: Unauthorized command: 
ip netns exec qrouter-23e0d727-e5ef-41a7-aa6c-6d1229968185 radvd -C 
/var/lib/neutron/ra/23e0d727-e5ef-41a7-aa6c-6d1229968185.radvd.conf -p 
/var/lib/neutron/external/pids/23e0d727-e5ef-41a7-aa6c-6d1229968185.pid.radvd 
-m syslog (no filter matched)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info Traceback (most 
recent call last):
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/common/utils.py", line 239, in call
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     return 
func(*args, **kwargs)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/router_info.py", line 1060, 
in process
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
self._process_internal_ports(agent.pd)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/router_info.py", line 556, 
in _process_internal_ports
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
self.enable_radvd(internal_ports)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/router_info.py", line 470, 
in enable_radvd
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
self.radvd.enable(internal_ports)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/ra.py", line 180, in 
enable
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
self._spawn_radvd(radvd_conf)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/ra.py", line 168, in 
_spawn_radvd
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
pm.enable(reload_cfg=True)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/external_process.py", 
line 94, in enable
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
run_as_root=self.run_as_root)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/ip_lib.py", line 907, in 
execute
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     
log_fail_as_error=log_fail_as_error, **kwargs)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/utils.py", line 144, in 
execute
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info     raise 
ProcessExecutionError(msg, returncode=returncode)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info 
ProcessExecutionError: Exit code: 99; Stdin: ; Stdout: ; Stderr: 
/usr/bin/neutron-rootwrap: Unauthorized command: ip netns exec 
qrouter-23e0d727-e5ef-41a7-aa6c-6d1229968185 radvd -C 
/var/lib/neutron/ra/23e0d727-e5ef-41a7-aa6c-6d1229968185.radvd.conf -p 
/var/lib/neutron/external/pids/23e0d727-e5ef-41a7-aa6c-6d1229968185.pid.radvd 
-m syslog (no filter matched)
2017-03-23 16:50:19.158 8667 ERROR neutron.agent.l3.router_info
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent [-] Failed to process 
compatible router: 23e0d727-e5ef-41a7-aa6c-6d1229968185
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent Traceback (most 
recent call last):
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/agent.py", line 508, in 
_process_router_update
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self._process_router_if_compatible(router)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/agent.py", line 443, in 
_process_router_if_compatible
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self._process_added_router(router)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/agent.py", line 451, in 
_process_added_router
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     ri.process(self)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/common/utils.py", line 242, in call
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     self.logger(e)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self.force_reraise()
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in 
force_reraise
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
six.reraise(self.type_, self.value, self.tb)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/common/utils.py", line 239, in call
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     return 
func(*args, **kwargs)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/router_info.py", line 1060, 
in process
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self._process_internal_ports(agent.pd)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/router_info.py", line 556, 
in _process_internal_ports
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self.enable_radvd(internal_ports)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/l3/router_info.py", line 470, 
in enable_radvd
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self.radvd.enable(internal_ports)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/ra.py", line 180, in 
enable
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
self._spawn_radvd(radvd_conf)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/ra.py", line 168, in 
_spawn_radvd
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
pm.enable(reload_cfg=True)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/external_process.py", 
line 94, in enable
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
run_as_root=self.run_as_root)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/ip_lib.py", line 907, in 
execute
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     
log_fail_as_error=log_fail_as_error, **kwargs)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent   File 
"/usr/lib/python2.7/dist-packages/neutron/agent/linux/utils.py", line 144, in 
execute
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent     raise 
ProcessExecutionError(msg, returncode=returncode)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent 
ProcessExecutionError: Exit code: 99; Stdin: ; Stdout: ; Stderr: 
/usr/bin/neutron-rootwrap: Unauthorized command: ip netns exec 
qrouter-23e0d727-e5ef-41a7-aa6c-6d1229968185 radvd -C 
/var/lib/neutron/ra/23e0d727-e5ef-41a7-aa6c-6d1229968185.radvd.conf -p 
/var/lib/neutron/external/pids/23e0d727-e5ef-41a7-aa6c-6d1229968185.pid.radvd 
-m syslog (no filter matched)
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent
2017-03-23 16:50:19.160 8667 ERROR neutron.agent.l3.agent

This issue is solved installing radvd on the network node, so please consider 
this package (radvd) as a dependency of neutron-l3-agent

Thanks

Alberto


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-2-amd64 (SMP w/6 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages neutron-l3-agent depends on:
ii  adduser              3.115
ii  debconf              1.5.60
ii  init-system-helpers  1.47
ii  iputils-arping       3:20161105-1
ii  keepalived           1:1.3.2-1
ii  lsb-base             9.20161125
ii  neutron-common       2:9.1.1-1
ii  sudo                 1.8.19p1-1

Versions of packages neutron-l3-agent recommends:
ii  openvswitch-switch  2.6.2~pre+git20161223-2

neutron-l3-agent suggests no packages.

-- Configuration Files:
/etc/neutron/l3_agent.ini [Errno 13] Permiso denegado: 
'/etc/neutron/l3_agent.ini'

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: neutron
Source-Version: 2:11.0.1-2

We believe that the bug you reported is fixed in the latest version of
neutron, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated neutron package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 26 Oct 2017 03:24:22 +0000
Source: neutron
Binary: neutron-common neutron-dhcp-agent neutron-l3-agent 
neutron-linuxbridge-agent neutron-macvtap-agent neutron-metadata-agent 
neutron-metering-agent neutron-openvswitch-agent neutron-plugin-nec-agent 
neutron-server neutron-sriov-agent python-neutron
Architecture: source all
Version: 2:11.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 neutron-common - OpenStack virtual network service - common files
 neutron-dhcp-agent - OpenStack virtual network service - DHCP agent
 neutron-l3-agent - OpenStack virtual network service - l3 agent
 neutron-linuxbridge-agent - OpenStack virtual network service - Linux bridge 
agent
 neutron-macvtap-agent - OpenStack virtual network service - MacVTap Agent
 neutron-metadata-agent - OpenStack virtual network service - metadata agent
 neutron-metering-agent - OpenStack virtual network service - metering agent
 neutron-openvswitch-agent - OpenStack virtual network service - Open vSwitch 
agent
 neutron-plugin-nec-agent - OpenStack virtual network service - NEC agent
 neutron-server - OpenStack virtual network service - server
 neutron-sriov-agent - OpenStack virtual network service - SR-IOV agent
 python-neutron - OpenStack virtual network service - Python library
Closes: 858565
Changes:
 neutron (2:11.0.1-2) unstable; urgency=medium
 .
   * Removed transition packages and Breaks:/Replaces: now obsolete after the
     release of Stretch.
   * Added radvd runtime depends for l3-agent (Closes: #858565).
   * Reviewed a bit dependencies.
   * Fix unit test listing issue with new flake8, huge thanks to James Page for
     providing the patch.
   * Failed tests fails the build.
Checksums-Sha1:
 6552bb9a6f32c8a418a4316eec9091bfa20bd96f 4750 neutron_11.0.1-2.dsc
 4430d9b64543c3f9cd20505bef049e74eb479f5a 42928 neutron_11.0.1-2.debian.tar.xz
 9903a1ff0079534271cc536c0244c8c41afdeb64 59196 neutron-common_11.0.1-2_all.deb
 1c31d5bb4202e168a74ff2d181700f602c0f2b6e 22816 
neutron-dhcp-agent_11.0.1-2_all.deb
 290d2586bb2d93eb4cb66a1040571be433f409f3 16420 
neutron-l3-agent_11.0.1-2_all.deb
 a4a1462a4cd09fc0870801d59cb0c5912b33ec1d 15468 
neutron-linuxbridge-agent_11.0.1-2_all.deb
 6544174b2e12443c039cb7a198e761918e379428 14224 
neutron-macvtap-agent_11.0.1-2_all.deb
 0c421c5c81f125953fb9ceff86513fa47d2084bd 26984 
neutron-metadata-agent_11.0.1-2_all.deb
 4a94b2c3970bb658a819f582b41a8548239c180c 13728 
neutron-metering-agent_11.0.1-2_all.deb
 44aab37a57a738821ecb85c41894efde2270b5e2 12512 
neutron-openvswitch-agent_11.0.1-2_all.deb
 8ac5dfa5be8bd8a35f0221296a0f7d468589b454 9416 
neutron-plugin-nec-agent_11.0.1-2_all.deb
 6b885d106080731f93cd1bbca1301036620cfabb 24660 neutron-server_11.0.1-2_all.deb
 1a027ec70fefdef0ea259847ddd3d14ba022f594 12096 
neutron-sriov-agent_11.0.1-2_all.deb
 1ebc496410ef4d254abed6e3bf118bc8b86789e7 18234 neutron_11.0.1-2_amd64.buildinfo
 7eeed485071ec665e9bf0018dc72985cca370413 1524748 
python-neutron_11.0.1-2_all.deb
Checksums-Sha256:
 1e4e98f7f5b2dfd73b087c488a03b83ac6641c82b8793166c8f307505e37c889 4750 
neutron_11.0.1-2.dsc
 ffae03e10e1ad7e8e8b7409661499d65fa5c54b52e37751ba763347eeb2b24e6 42928 
neutron_11.0.1-2.debian.tar.xz
 0f9ffcdad5e63bd95bbfe5809227f77f08b24b46a4156a4583f61f3b1dbf38ce 59196 
neutron-common_11.0.1-2_all.deb
 29c450b369bf30a4f5a0bcabb371557184b155f3d02253ecc6b96caeb9dc00fa 22816 
neutron-dhcp-agent_11.0.1-2_all.deb
 88a5d82d10d021489d9ca462567261c1ee7af1d1cff9e824280299f06149344f 16420 
neutron-l3-agent_11.0.1-2_all.deb
 23718ab63ace90f6bf6deafc057f2d41f11e43ee70fc2506c9ca608733a8c7f8 15468 
neutron-linuxbridge-agent_11.0.1-2_all.deb
 efd39d730237a51a27a71162da750c4e3c7c4f95370d3c505c5f8a31bc9d813d 14224 
neutron-macvtap-agent_11.0.1-2_all.deb
 301c9e88a6186427f5e0d675c6268654d98439c8622288d6ea26f3b06a0c6ac0 26984 
neutron-metadata-agent_11.0.1-2_all.deb
 f1da4f40358546c69f20c9cdbc1f41ec00581f219181e9cd09939f22632cbe27 13728 
neutron-metering-agent_11.0.1-2_all.deb
 4404ae5d3d134da95476d938fb3a50bee6e1f00253fdf21d5e5ca686f33e774c 12512 
neutron-openvswitch-agent_11.0.1-2_all.deb
 9e788555f86f251d3961949d6e9989c53ed6364bced9e6c6854b542e56fac215 9416 
neutron-plugin-nec-agent_11.0.1-2_all.deb
 94545ae7c5548f4da7fd0e067feb0618c4cf3f57cc593a8c0c5cb6032651054c 24660 
neutron-server_11.0.1-2_all.deb
 fea22937dd9da187f87535db6688d4f15e46b1110359ff4e7179555bf507e4a2 12096 
neutron-sriov-agent_11.0.1-2_all.deb
 02020f6254d27eee1e478ab404bc4ef333afd4f0960b60545684564626bf2642 18234 
neutron_11.0.1-2_amd64.buildinfo
 dfc2c8200d58bb98b32841f44c6c50fef06fabea6d369bff6d28ee2f7ab362ed 1524748 
python-neutron_11.0.1-2_all.deb
Files:
 6febb384740e8b5366ee69247f69164d 4750 net optional neutron_11.0.1-2.dsc
 e0664520c218a06a358dbd52a0a69963 42928 net optional 
neutron_11.0.1-2.debian.tar.xz
 2c8421d5494ce87ff39688c75759f8d7 59196 net optional 
neutron-common_11.0.1-2_all.deb
 a3a65e5ed9e9f93fedddb8c48bac6cea 22816 net optional 
neutron-dhcp-agent_11.0.1-2_all.deb
 8b39a5f3db4603a47097e3303e68c55d 16420 net optional 
neutron-l3-agent_11.0.1-2_all.deb
 1c32be40c60010dca8f66ee8e7ca1e83 15468 net optional 
neutron-linuxbridge-agent_11.0.1-2_all.deb
 8f6a52ee14b1c3b29f126c85c63f2ec8 14224 net optional 
neutron-macvtap-agent_11.0.1-2_all.deb
 04f7d643581929ec1849f00549a377b6 26984 net optional 
neutron-metadata-agent_11.0.1-2_all.deb
 e6f19c3549c5eef3846723a62ce55d16 13728 net optional 
neutron-metering-agent_11.0.1-2_all.deb
 8a71ea76910d1f863700d177d01f7b9c 12512 net optional 
neutron-openvswitch-agent_11.0.1-2_all.deb
 b9f722f6d9718645fc344e1614335aaa 9416 net optional 
neutron-plugin-nec-agent_11.0.1-2_all.deb
 eed3572d5217546e659c9d5042afb197 24660 net optional 
neutron-server_11.0.1-2_all.deb
 2077d26178afa45edc55706b8e908098 12096 net optional 
neutron-sriov-agent_11.0.1-2_all.deb
 c82c3c39349de9316f3d70f9fa04a30e 18234 net optional 
neutron_11.0.1-2_amd64.buildinfo
 698b715e101f072d7f14524ffac9d52c 1524748 python optional 
python-neutron_11.0.1-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAloNzooACgkQ1BatFaxr
Q/6x1A//RXxWy72HaV6kaGIntFcbei8SXgGeW9vx16UR2uf5MkR04E4rT20DxlaC
fHA5m8eMkyKz65/lt9Ry7QfTk1yNaYybTjJd9393LnNf3nkAXOLoBBnE9GEoMul3
aOx0dUrPWlH2OP6NMMoZRDUwNTKj2CmkJthCPAYwMGIB4teQtZP/fOpQke7WOBNc
HsNC/BSMVYZD3Ut9WBaUAePG3CfWRrShfOuO+fNNoccHuL1Sd3TUufGTYhcZGcQO
zULG52aI5xIXp6d08CjalmI0UB/F1VgbbZU/i8g4R45s8a70domFXVJlpzFS8F4B
cl6c9TE4CSlSpnpfY/CjNSutIZS0AG9l4piU6ACRYefY07VhsKz4lPm7HLcppN+4
aDSgXgGBpW4u7znKuUoQ9CeaJwaM0QfDRIw0WmQ8nqZOqOWtn3tvI95zWrRZ4dFo
lQ6I1yyfPgr1J00UYOTLoAgwQi9bqQfAy63yCxtgZDJV2EQvKr3tdY5HCbdXfQk4
7kGiVi9ZWOvtsiSTdXJlq8EQFdoDlz41/cCSVzmv/GTF3w3mBwPhE2mHkOTt4Fj+
uy0KOBEwq9yGL6AOrjRjpM4b2x4DtS648RJS404esKy0ZaMf40ZlGDF+UaVNCjlJ
LIWYZNu2TjWaI0d23uNT4WpWZslZrgVsaKbDCcry2FPotV/ZpxQ=
=9rmF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to