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:
parent
32115be11c
commit
e83b028099
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user