]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move Unix domain socket helpers to a common place
authorAssaf Muller <amuller@redhat.com>
Thu, 12 Mar 2015 23:50:24 +0000 (19:50 -0400)
committerAssaf Muller <amuller@redhat.com>
Mon, 16 Mar 2015 15:18:03 +0000 (11:18 -0400)
commit29be8d6d16f155875532d878702566023f208fff
treea7e1ce48a8209f7c3a36fc50c574d7e2452c376f
parentec716b9e68b8b66a88218913ae4c9aa3a26b025a
Move Unix domain socket helpers to a common place

As part of the all consuming report-ha-router-master, a new
per router neutron-keepalived-state-change daemon will alert
the L3 agent on every keepalived state change. Since it will
use the Unix domain socket helpers, and they're currently
located in metadata related places, this patch moves them
to a common location.

Also, the UnixDomainHTTPConnection connection string
may now be overridden.

Partially-Implements: blueprint report-ha-router-master
Change-Id: Ib2cde90059f4e089064b2def2838e9bcf9af30de
neutron/agent/linux/utils.py
neutron/agent/metadata/agent.py
neutron/agent/metadata/namespace_proxy.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/unit/agent/linux/test_utils.py
neutron/tests/unit/test_metadata_agent.py
neutron/tests/unit/test_metadata_namespace_proxy.py