From e83b028099d3120658c795ecef9b0f5d04284c50 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 14 Aug 2020 00:50:08 +0200 Subject: [PATCH] bindep: remind people to sync the dependencies with devstack When os-brick is installed from pip, there is no way right now for devstack to know which dependencies are needed. So far we have been duplicating them, but at least make it clear that the dependency must be added to devstack as well. Change-Id: Ic2a42bae8e957986a71b11598f943a84267deb18 --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bindep.txt b/bindep.txt index 83e802136..3e51ecec8 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,12 @@ # install and tests # see https://docs.openstack.org/infra/bindep/ for additional information. +# WARNING: please make sure any additional os-brick-specific dependency +# not already covered by other packages is also installed through devstack. +# os-brick installed through pip does not include this file, so +# the dependencies must be installed explicitly by changing +# the list of packages under files/*/os-brick in the devstack repository. + curl device-mapper-multipath [platform:rpm] multipath-tools [platform:dpkg]