Your message dated Thu, 06 Oct 2016 16:52:52 +0000 with message-id <[email protected]> and subject line Bug#835249: fixed in neutron-lbaas 1:9.0.0~rc1-1 has caused the Debian Bug report #835249, regarding neutron-lbaas-agent: Missing haproxy.loadbalancer.j2 template 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 [email protected] immediately.) -- 835249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835249 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: neutron-lbaas-agent Version: 1:8.0.0-3 Severity: important While trying to get LBaaS v2 to work, I noticed that it can't find the haproxy.loadbalancer.j2 template. ----- s n i p ----- ==> /var/log/neutron/neutron-lbaasv2-agent.log <== 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager [req-40a91329-4d7e-48b8-b792-351135926d7e 4b0e25c70d2b4ad6ba4c50250f2f0b0b 04ee0e71babe4fd7aa16c3f64a8fca89 - - -] Create listener 99e7a4eb-f5b2-4866-abfb-93b52f1bf812 failed on device driver haproxy_ns 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager Traceback (most recent call last): 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/agent/agent_manager.py", line 300, in create_listener 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager driver.listener.create(listener) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/drivers/haproxy/namespace_driver.py", line 406, in create 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager self.driver.loadbalancer.refresh(listener.loadbalancer) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/drivers/haproxy/namespace_driver.py", line 370, in refresh 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager if (not self.driver.deploy_instance(loadbalancer) and 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py", line 274, in inner 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager return f(*args, **kwargs) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/drivers/haproxy/namespace_driver.py", line 175, in deploy_instance 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager self.create(loadbalancer) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/drivers/haproxy/namespace_driver.py", line 203, in create 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager self._spawn(loadbalancer) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/drivers/haproxy/namespace_driver.py", line 353, in _spawn 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager haproxy_base_dir) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/jinja_cfg.py", line 90, in save_config 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager haproxy_base_dir) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/jinja_cfg.py", line 235, in render_loadbalancer_obj 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager return _get_template().render({'loadbalancer': loadbalancer, 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/jinja_cfg.py", line 106, in _get_template 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager cfg.CONF.haproxy.jinja_config_template)) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 812, in get_template 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager return self._load_template(name, self.make_globals(globals)) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 774, in _load_template 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager cache_key = self.loader.get_source(self, name)[1] 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager File "/usr/lib/python2.7/dist-packages/jinja2/loaders.py", line 187, in get_source 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager raise TemplateNotFound(template) 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager TemplateNotFound: haproxy.loadbalancer.j2 2016-08-23 16:07:52.273 25229 ERROR neutron_lbaas.agent.agent_manager ----- s n i p ----- Grepping and looking around, i also noticed that the config file services_lbaas.conf contains build path: ----- s n i p ----- # Jinja template file for haproxy configuration (string value) #jinja_config_template = /home/zigo/sources/openstack/mitaka/neutron-lbaas/build-area/neutron-lbaas-8.0.0/debian/tmp/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy.loadbalancer.j2 ----- s n i p ----- And the actual 'haproxy.loadbalancer.j2' file is not included in the package (which should probably be in the 'python-neutron-lbaas' package). Looking at the source directory neutron_lbaas/services/loadbalancer/drivers/haproxy/templates there's two additional files there, that should probably be included as well. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/16 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages neutron-lbaas-agent depends on: ii adduser 3.115 ii debconf 1.5.59 ii init-system-helpers 1.36 ii lsb-base 9.20160629 ii neutron-common 2:8.1.2-1 ii python-neutron-lbaas 1:8.0.0-3 pn python2.7:any <none> neutron-lbaas-agent recommends no packages. neutron-lbaas-agent suggests no packages. -- Configuration Files: /etc/neutron/lbaas_agent.ini changed [not included] /etc/neutron/neutron_lbaas.conf changed [not included] /etc/neutron/services_lbaas.conf changed [not included] -- no debconf information
--- End Message ---
--- Begin Message ---Source: neutron-lbaas Source-Version: 1:9.0.0~rc1-1 We believe that the bug you reported is fixed in the latest version of neutron-lbaas, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Goirand <[email protected]> (supplier of updated neutron-lbaas 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 20 Sep 2016 14:49:52 +0200 Source: neutron-lbaas Binary: python-neutron-lbaas neutron-lbaas-common neutron-lbaas-agent neutron-lbaasv2-agent Architecture: source all Version: 1:9.0.0~rc1-1 Distribution: unstable Urgency: medium Maintainer: PKG OpenStack <[email protected]> Changed-By: Thomas Goirand <[email protected]> Description: neutron-lbaas-agent - Loadbalancer-as-a-Service driver for OpenStack networking - Agent neutron-lbaas-common - Loadbalancer-as-a-Service driver for OpenStack networking - commo neutron-lbaasv2-agent - Loadbalancer-as-a-Service driver for OpenStack networking - Agent python-neutron-lbaas - Loadbalancer-as-a-Service driver for OpenStack Neutron - Python 2 Closes: 835137 835249 Changes: neutron-lbaas (1:9.0.0~rc1-1) unstable; urgency=medium . * New upstream release. * Uploading to unstable (Closes: #835137). * Also package the .j2 templates (Closes: #835249). * Fixed (build-)depends for this release. * Using OpenStack's Gerrit as VCS URLs. * Rebased fix-requirements.txt.patch. * Add --parallel when running unit tests. * Fix requirements.txt. * d/s/options: extend-diff-ignore of .gitreview and egg-info. * Fixed oslotest EPOCH. Checksums-Sha1: 1b5783636be7fa27c56bd29cc37c7e1b3e516509 3499 neutron-lbaas_9.0.0~rc1-1.dsc a87ff8eb33ef0f574212f2e933a6523dc7fc5a5c 186868 neutron-lbaas_9.0.0~rc1.orig.tar.xz 18993d6d0874566b3821dc877893b2e6eb8963b7 5572 neutron-lbaas_9.0.0~rc1-1.debian.tar.xz 495488a9236f9b0e0f939ef46268456500151b03 6222 neutron-lbaas-agent_9.0.0~rc1-1_all.deb f248e17fccc4fe12877be3bb13755bb531f40358 6984 neutron-lbaas-common_9.0.0~rc1-1_all.deb e97cae2e3aa1766897ead0525dfc94c4777de628 6258 neutron-lbaasv2-agent_9.0.0~rc1-1_all.deb ff90ddfe9d92842eb431ada5f513267c22b5cc97 162410 python-neutron-lbaas_9.0.0~rc1-1_all.deb Checksums-Sha256: 019ea770e6efd2c065e7e12a51dad38bbe5a0a9b407b44e273a3baf3eef1eae3 3499 neutron-lbaas_9.0.0~rc1-1.dsc 4fced982e00bc1c6fee61cca4fef1b59acaabfb337735215e7f54534c3d73485 186868 neutron-lbaas_9.0.0~rc1.orig.tar.xz 92fe52e3061cc21d77f2df17a73c7e4383c5d34ef0c73a81e4a2cc3191f7ff5e 5572 neutron-lbaas_9.0.0~rc1-1.debian.tar.xz 0e04f7e146b604ba6739c61ab1e17bebb41e7c8716306fe9640a73fd950811c3 6222 neutron-lbaas-agent_9.0.0~rc1-1_all.deb 9db2529bce1081ea45bc80aa7a49024f1d8ba2282ee0e7901c2bf1ea08118686 6984 neutron-lbaas-common_9.0.0~rc1-1_all.deb cd39ce5a1c60c85fa44e8f126aa5ecada299e27a95db86408f6c5bf50ead01b2 6258 neutron-lbaasv2-agent_9.0.0~rc1-1_all.deb 66bdafa262a2df1a31fbd7cbc77c709d499e9bfb15b965fab0b69eb98b5f686d 162410 python-neutron-lbaas_9.0.0~rc1-1_all.deb Files: de939b018c0bbd9657d9842dfc82f692 3499 net optional neutron-lbaas_9.0.0~rc1-1.dsc d0e9b5fe64883dcaff333c48d75900fb 186868 net optional neutron-lbaas_9.0.0~rc1.orig.tar.xz 7579e86bd8f1cdcac00cd285c004a85f 5572 net optional neutron-lbaas_9.0.0~rc1-1.debian.tar.xz 95a9956302be1599e94e19df6b5c9821 6222 net optional neutron-lbaas-agent_9.0.0~rc1-1_all.deb adb77bcefb2d8f960627fd99367e7688 6984 net optional neutron-lbaas-common_9.0.0~rc1-1_all.deb c18e8582c4073757ebaa464b6cdd68f4 6258 net optional neutron-lbaasv2-agent_9.0.0~rc1-1_all.deb 1c89d34d5f6cbf30154c362f64a19b80 162410 python optional python-neutron-lbaas_9.0.0~rc1-1_all.deb -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJX9hSBAAoJENQWrRWsa0P+OX0QAJXcf70elvcCduusk/BKJ6jj Mkf/b6B3KVnti8J98Gnfb06noYgb3qhWrUpduD/f6PVmpvGJaGzOUS+4bNH/EU2h DP7tcKj0FvApbXTGPxUt6O9Uxu7ZObHMMBpoP4LCTDsslYfIAsA4jxfxC4WOs4EI Q1QnEOii8vwHKb0HjNKjBZi5Au6A9TZM6QgSi3rUxUT+97a4XIA+J5B+d6xb80tp x8gHn07sRcYtK1XsztAT0dTy9rn9XHANfhSd38AbBiMpk7kGE5xMtJ/nnFPLHe9i 1JnhdSsaXsr9hKif9ZIrU/WJWAc3HbncERHrTqaGLVAxnk0wW9ggJ64E3R5bz7XI Tc5GHuctrFVy/qxPGFr/jluZ/vgtFE13T8rI+Ji3imvOhr4Ua/+e8N6HFdkDjzy3 fCYQzt5/oykCzwB6HwTdvavcOSJ18M0FInEjUeuu4JUh/2crS9L1Ijpnqe8ONHK2 DflVCM9bqoV6UvMwL1FjVGrPDFHebyGen1LJAJj3li/e+TkKbwUdRvURediQ5sj+ UXBEXb1LGsDReyTd8OcJzuo1Q6TSvmA3i4E0u6FGk/xNq1F9Up1VTxTTTbeil/XA 09y5HCvm+ySgBxel3oioheRzP2pBy+tQU7ONDsLXeric1emZaqwXQuI8RX9A6ATA u72XIbUFIm3pnJgI7aSP =mi1X -----END PGP SIGNATURE-----
--- End Message ---

