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
This commit is contained in:
Vincent Untz 2012-07-04 12:27:42 +02:00
parent 67ec4065fb
commit 03086e18b4
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ wget
curl curl
tcpdump tcpdump
euca2ools # only for testing client euca2ools # only for testing client
tar

View File

@ -9,6 +9,7 @@ python-pip
python-unittest2 python-unittest2
python-virtualenv python-virtualenv
screen screen
tar
tcpdump tcpdump
unzip unzip
wget wget