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
This commit is contained in:
Luigi Toscano 2020-08-14 00:50:08 +02:00
parent 32115be11c
commit e83b028099
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
# install and tests # install and tests
# see https://docs.openstack.org/infra/bindep/ for additional information. # 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 curl
device-mapper-multipath [platform:rpm] device-mapper-multipath [platform:rpm]
multipath-tools [platform:dpkg] multipath-tools [platform:dpkg]