python-devel is no longer available on either distro, both should now
use python3 and python3-devel packages.
Change-Id: I51eb3c6626aec9842cb756d7f97c683c77479401
lsscsi is needed for some of the SCSI device identification. This
identification is actually done in os-brick, but due to the way devstack
and potentially other things install from source, os-brick's bindep.txt
file may not be used.
Since Nova needs the package in order for os-brick to operate, we can
just add it to nova so we can make sure it is available.
Change-Id: Iba5307a6c644ae0fe5eb754f1b1e5dbdfc541cb9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
nova.virt.xenapi.agent.SimpleDH._run_ssl expects the 'openssl' binary
to be installed. This method is also executed by unit tests.
Change-Id: I5b53e1a97811768c0bbe8f4bdac06591f3739c66
Currently containers with Nova doesn't include openssh-client package,
which is required to perform tempest test e.g.:
tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration.
This package is installed by default in cloud images, but its not
included in container images.
Change-Id: I559883b9f4d9ced0a20444c76f94540d3231cdd9
I3aaea1d15a357f550f529beaa84fb1a1a7748358 added the docs
build requirement on sphinxcontrib-svg2pdfconverter which
needs the native rsvg-convert command. This change adds
the native package that provides that command to bindep.txt.
Change-Id: I064a1f33902405c3db699a46feeb93397fc3b038
Closes-Bug: #1844583
Ubuntu 12.04 is rather long in the tooth now. Remove the bindep markers
for it.
Change-Id: Ie5c2d7ab1e3e637a1d42712e22a7a6e6d6427020
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Due to the migration of the OpenStack document library, some outdated
links were found during use, using https instead of http and pointing
to the right place.
Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39
Add a bindep.txt file containing a cross-platform list
of dependencies needed for running included tox-based tests. Also
include a tox environment for convenience calling the bindep[*]
utility to list any missing system requirements, and simplify the
contributor documentation to recommend this rather than embedding an
ad-hoc list of package names in an untestable document.
This change is self-testing.
[*] http://docs.openstack.org/infra/bindep/
Change-Id: I7c18b0921c39b99df89f2c356208303c2bad5a97