From 4226e755ee700e384ab2c6a76cd7b24fa4cf49fc Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 18 Jun 2024 15:01:09 -0500 Subject: [PATCH] Add networking-baremetal to pydep.txt Networking-baremetal package provides ironic-neutron-agent and is not among the requirements of neither Neutron itself nor global upper-constraints. So when we try to install it using PIP_PACKAGES build env variable pip can not find it among pre-downloaded wheels. So let's add it to pydep.txt and when necessary to install it together with neutron we can pass the baremetal profile. Change-Id: I0f3eed5e1babd7fafcfbe2bae18a8b6b3b93397b --- pydep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pydep.txt b/pydep.txt index 1cd1984..0690db7 100644 --- a/pydep.txt +++ b/pydep.txt @@ -3,6 +3,7 @@ fluent-logger [fluent] ldappool [(keystone ldap)] libvirt-python [nova] monasca-statsd [(monasca api)] +networking-baremetal [(neutron baremetal) requirements] neutron-vpnaas [(neutron vpn)] purestorage [(cinder purestorage) (nova purestorage) requirements] pymysql []