]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move shared metadata driver related config options
authorCedric Brandily <zzelle@gmail.com>
Wed, 7 Jan 2015 22:21:10 +0000 (22:21 +0000)
committerCedric Brandily <zzelle@gmail.com>
Thu, 22 Jan 2015 09:44:05 +0000 (09:44 +0000)
commite171271f127cb48a89df78ec98ba732caf2da980
tree31b920965a4b820138397f865d15e4bb859c97c5
parent6510c32f04abbed06188efc31c557e1e72fb689c
Move shared metadata driver related config options

This change moves metadata driver related config options to metadata
driver module to prepare the use of metadata driver method in the dhcp
agent (daughter change). The metadata_port option is not moved as the
dhcp agent uses a non-configurable port (80).

Change-Id: Ie45fdad86f33d35fca3096c4c52fae941a279e76
Partial-Bug: #1187107
neutron/agent/l3/config.py
neutron/agent/l3_agent.py
neutron/agent/metadata/driver.py
neutron/tests/unit/agent/metadata/test_driver.py