From f37623089ea854b9d31d471de2fdb0bb003a4d45 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 23 Oct 2019 07:17:07 +0000 Subject: [PATCH] Added openssh-client into bindep 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 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index aac96572fccb..f0ca0afc12b9 100644 --- a/bindep.txt +++ b/bindep.txt @@ -25,6 +25,8 @@ mysql [platform:rpm] mysql-client [platform:dpkg] mysql-devel [platform:rpm test] mysql-server +openssh-client [platform:dpkg] +openssh-clients [platform:rpm] pkg-config [platform:dpkg test] pkgconfig [platform:rpm test] postgresql