]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ovsdb: attempt to enable connection_uri for native impl on startup
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 23 Jun 2015 15:33:38 +0000 (17:33 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 25 Jun 2015 08:09:42 +0000 (10:09 +0200)
commit2e1b0ea4032f05afef16efd451e2eea5df901d97
tree9fc0039622b591d2730bb102ecb878e53aaf7287
parent6b9fd1507294cb6b1d4dffa8e67c8e509271131d
ovsdb: attempt to enable connection_uri for native impl on startup

The port is in most cases disabled, so to use it, we should first enable
it, and it means that we should still rely on ovs-vsctl for that initial
call.

Closes-Bug: #1468259
Change-Id: I097b1c441df1f7f1785b8744f27809617bb21c14
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/native/helpers.py [new file with mode: 0644]
neutron/tests/unit/agent/ovsdb/__init__.py [new file with mode: 0644]
neutron/tests/unit/agent/ovsdb/native/__init__.py [new file with mode: 0644]
neutron/tests/unit/agent/ovsdb/native/test_helpers.py [new file with mode: 0644]
tools/configure_for_func_testing.sh