]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removed neutronclient option from metadata agent
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 5 Oct 2015 15:46:33 +0000 (17:46 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 7 Oct 2015 16:27:07 +0000 (18:27 +0200)
commite5cd4a9f540ef48b5476df011c45333d9c0d72ba
treedc2dfb13d0ffc59f16dd59c6a9b980f2515e2efb
parente805d7a73a30ebaf194326e1de56cebb04137274
Removed neutronclient option from metadata agent

The new RPC interface has proved itself for two cycles, I don't
recollect any serious issues with it, so let's just clean up the
obsolete neutronclient based fallback mechanism.

The metadata agent configuration documentation should be updated
to not require API configuration values for the agent to talk to
neutron-server.

DocImpact
Change-Id: I254c575c66214f50fb93a94c46c4c9caebfc2937
Closes-Bug: #1502947
etc/metadata_agent.ini
neutron/agent/metadata/agent.py
neutron/agent/metadata/config.py
neutron/tests/unit/agent/metadata/test_agent.py
neutron/tests/unit/agent/metadata/test_namespace_proxy.py