cause of this issue: The problem is that the following is being passed to neutron-keepalived- state-change when spawned:
'--AGENT-root_helper_daemon=%s' % self.agent_conf.AGENT.root_helper_daemon And in my env root_helper_daemon is not configured or running (which is the neutron default fwiw). So we need to not pass that if it is not set so that neutron-keepalive- state-change won't try to use it so e.g. right now in ps i have: ... --AGENT-root_helper=sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf --AGENT-root_helper_daemon=None The "None" is what is breaking it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818614 Title: [SRU] Various L3HA functional tests fails often To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1818614/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
