deb-sahara/bindep.txt
Jeremy Freudberg b4fb2c404c Use neutronclient for all network operations
Latest novaclient 8.0.0 removed nova-network
related functionality which Sahara depended on for
network operations, even for Neutron.

Now, use neutronclient (and Neutron resources in
Heat) for all network operations.

Additionally, fix devstack coordination backend.

Partially-Implements: bp sahara-remove-nova-network
Closes-Bug: #1692551
Co-Authored-By: Vitaly Gridnev <vgridnev@mirantis.com>
Change-Id: I6b8e12f0d33752e7790c5f40ebe6a3940ff1b0c1
2017-06-07 13:05:16 -04:00

26 lines
765 B
Plaintext

# This file contains runtime (non-python) dependencies
# More info at: http://docs.openstack.org/infra/bindep/readme.html
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]
# Define the basic (test) requirements extracted from bindata-fallback.txt
# - mysqladmin and psql
mariadb [platform:rpm]
mariadb-devel [platform:rpm]
mariadb-server [platform:rpm]
dev-db/mariadb [platform:gentoo]
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
postgresql
postgresql-client [platform:dpkg]
postgresql-server [platform:rpm]
# The Python binding for libguestfs are used by the sahara-image-pack
# command.
python-guestfs [platform:dpkg]
libguestfs-xfs [platform:dpkg]
python-libguestfs [platform:rpm]
libguestfs-xfs [platform:redhat]
xfsprogs [platform:suse]