summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2019-11-28 11:38:14 +0000
committerLucas Alvares Gomes <lucasagomes@gmail.com>2019-12-09 10:48:39 +0000
commit88153e7013dfdcca5918d6a582d5e3ef71e5a81e (patch)
tree410c42e32a0044f0c3ab4d9b2883f548ec96e6c5 /setup.cfg
parentfdb3f050553455ec199b32f43ec0a551ba3d1d1c (diff)
downloadneutron-88153e7013dfdcca5918d6a582d5e3ef71e5a81e.tar.gz
[OVN] Move OVN metadata agent
This patch imports the OVN metadata agent code from networking-ovn. Previous paths in networking-ovn tree: ./networking_ovn/agent/metadata -> ./neutron/agent/ovn/metadata ./networking_ovn/conf/agent/metadata -> ./neutron/conf/agent/ovn/metadata.py Change-Id: If0c46909ec0d83df1be98300badeb36753b1002b Related-Blueprint: neutron-ovn-merge Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 113e9a63c3..e81093a023 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,6 +28,8 @@ data_files =
scripts =
bin/neutron-rootwrap-xen-dom0
+# TODO(lucasagomes): Add the metadata agent (and potentially others)
+# after the networking-ovn code is migrated into neutron
[entry_points]
wsgi_scripts =
neutron-api = neutron.server:get_application