]> 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)
committerTerry Wilson <twilson@redhat.com>
Wed, 30 Sep 2015 16:15:22 +0000 (11:15 -0500)
commitc561c7c20acef7227e2eab2be30a2626e16d2354
treebde9283c2c73782fb17b65bea88ca843dc8f0d7a
parent41943c880b57c84867dd67f00d637c5538081362
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
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/native/connection.py