From 03086e18b4ea63e7b3a398e7edead425087410f2 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 4 Jul 2012 12:27:42 +0200 Subject: [PATCH] Add tar to list of packages to install It turns out a minimal Fedora installation doesn't have tar by default. Since we use tar when uploading the default image to glance, we need to make sure it's installed. And since it might be useful for other very generic tasks DevStack might do, just always install it (by putting it in the general list of packages). Change-Id: I4dae3b43a700d80b8752a5b846a6ce302fadb751 --- files/apts/general | 1 + files/rpms/general | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/general b/files/apts/general index 31fa752714..f04f955651 100644 --- a/files/apts/general +++ b/files/apts/general @@ -17,3 +17,4 @@ wget curl tcpdump euca2ools # only for testing client +tar diff --git a/files/rpms/general b/files/rpms/general index af199d54f7..52184d0004 100644 --- a/files/rpms/general +++ b/files/rpms/general @@ -9,6 +9,7 @@ python-pip python-unittest2 python-virtualenv screen +tar tcpdump unzip wget