]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add endpoint_type parameter to MetaInterfaceDriver
authorItsuro Oda <oda@valinux.co.jp>
Tue, 12 Aug 2014 00:10:25 +0000 (09:10 +0900)
committerItsuro Oda <oda@valinux.co.jp>
Mon, 1 Sep 2014 04:11:50 +0000 (13:11 +0900)
commit6c1eec67d2e7def7561bde906df9a50006a86b10
tree6b298ab145aab749db3758736c54e4efe3e26c7c
parentcde6a03d2ab9c79688c3531014dbfa752ef8f874
Add endpoint_type parameter to MetaInterfaceDriver

Previously MetaInterfaceDriver communicates with neutron-server
via 'publicURL' because it uses python-neutronclient without
endpoint_type and 'publicURL' is the default.
It causes error when a user intends to use internal or admin URL
for communication between MetaInterfaceDriver and neutron-server.

Change-Id: Id321d5a16a08a4bda618f98bb1eb7cb1b0b9eb08
Closes-bug: #1354285
neutron/agent/linux/interface.py
neutron/tests/unit/test_linux_interface.py