[Bug 1514731] Re: OpenStack Installation Guide for Ubuntu in Installation Guide Executable not found: conntrack (filter match = conntrack)

Rushikesh 1514731 at bugs.launchpad.net
Tue Nov 17 10:23:55 UTC 2015


Hi James,

Following is the full stacktrace.

2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack [req-69a3ea03-f2bc-4d88-9fc7-485ebc3722b3 - - - - -] Failed execute conntrack command ['conntrack', '-D', '-f', 'ipv4', '-d', 'x.y.z.148', '-w', 6, '-s', 'x.y.z.145']
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack Traceback (most recent call last):
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack   File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/ip_conntrack.py", line 72, in _delete_conntrack_state
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack     extra_ok_codes=[1])
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack   File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/utils.py", line 159, in execute
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack     raise RuntimeError(m)
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack RuntimeError: 
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'conntrack', '-D', '-f', 'ipv4', '-d', 'x.y.z.148', '-w', '6', '-s', 'x.y.z.145']
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack Exit code: 96
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack Stdin: 
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack Stdout: 
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack Stderr: /usr/bin/neutron-rootwrap: Executable not found: conntrack (filter match = conntrack)
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack 
2015-11-04 20:17:01.391 4333 ERROR neutron.agent.linux.ip_conntrack 
2015-11-04 20:17:02.484 4333 INFO neutron.agent.securitygroups_rpc [req-2b633c95-430d-415b-9d0c-f0687f1656ae 4fee825c04e04bcc8779fbc0e1c75154 d8c1e9ee4f6e429199a85389ab64868d - - -] Security group member updated [u'04641584-d2eb-45e3-b6b9-a5e6d38bbb9b']
2015-11-04 20:17:02.729 4333 INFO neutron.agent.securitygroups_rpc [req-69a3ea03-f2bc-4d88-9fc7-485ebc3722b3 - - - - -] Refresh firewall rules


To completely disable L3 I had to set all following settings to False in /etc/openstack-dashboard/local_settings.py
OPENSTACK_NEUTRON_NETWORK = {
    'enable_router': False,
    'enable_quotas': False,
    'enable_ipv6': False,
    'enable_distributed_router': False,
    'enable_ha_router': False,
    'enable_lb': False,
    'enable_firewall': False,
    'enable_vpn': False,
    'enable_fip_topology_check': False
}

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1514731

Title:
  OpenStack Installation Guide for Ubuntu in Installation Guide
  Executable not found: conntrack (filter match = conntrack)

Status in openstack-manuals:
  Won't Fix
Status in neutron package in Ubuntu:
  Incomplete
Status in neutron source package in Wily:
  Incomplete
Status in neutron source package in Xenial:
  Incomplete

Bug description:
  On a fresh install of Ubuntu 15.04 and Openstack Liberty from given doc link.
  Networking is using neutron ML2 with providers network and no floating ips.

  On Virtual Machine create, there is error in neutron-plugin-linuxbridge-agent.log as
  Executable not found: conntrack (filter match = conntrack)

  Doing # apt-get install conntrack
  fixes it however nowhere its mentioned to install this binary as part of setup documentation.

  -----------------------------------
  Release: 0.1 on 2015-11-10 00:58
  SHA: 73000342eb55abe66b5eb713908b37f78278a0f9
  Source: http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/index.rst
  URL: http://docs.openstack.org/liberty/install-guide-ubuntu/

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1514731/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list