]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix missing parent start() call in RpcWorker.
authorRussell Bryant <rbryant@redhat.com>
Tue, 6 Oct 2015 05:00:16 +0000 (06:00 +0100)
committerRussell Bryant <rbryant@redhat.com>
Tue, 6 Oct 2015 05:01:03 +0000 (06:01 +0100)
commit7b6fb800ced7c0b3f0be90d1c67d5ef58e58b82e
tree9f2e438a2f302ca96006b18da7b24c31966ec357
parent3829ec5b80cebab654be05805050bb7b274ba693
Fix missing parent start() call in RpcWorker.

Patch 5be613490deebf494f2ecbbcd8cb5dd0d6f5e1b3 erroneously removed this
line that is still needed which broke networking-ovn, at least.

Change-Id: I31981e905f892df474c57b45d3e70ebfbeeae1db
Signed-off-by: Russell Bryant <rbryant@redhat.com>
neutron/service.py