]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Just call set-manager if connecting fails
authorTerry Wilson <twilson@redhat.com>
Tue, 29 Sep 2015 02:01:30 +0000 (21:01 -0500)
committerKyle Mestery <mestery@mestery.com>
Fri, 2 Oct 2015 16:04:08 +0000 (16:04 +0000)
commitc66fa826ab2f25a21f8c2fa9a386aff1e54c7427
tree25305a2e03eccfa54c2420ccd58eafbf9c198db7
parentfa2b18c45ae0e7aefa0a0b454c5b7b4e9a05f63a
Just call set-manager if connecting fails

Instead of calling set-manager every init, only call it when
getting the schema fails inside of Connection.start() which is
only called once.

Closes-Bug: #1499784
Change-Id: Ib28cd912e1f2eba318a6b0a82269919a1c95312d
(cherry picked from commit c561c7c20acef7227e2eab2be30a2626e16d2354)
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/native/connection.py