Browse code

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

Vincent Untz authored on 2012/07/04 19:27:42
Showing 2 changed files
... ...
@@ -17,3 +17,4 @@ wget
17 17
 curl
18 18
 tcpdump
19 19
 euca2ools # only for testing client
20
+tar
... ...
@@ -9,6 +9,7 @@ python-pip
9 9
 python-unittest2
10 10
 python-virtualenv
11 11
 screen
12
+tar
12 13
 tcpdump
13 14
 unzip
14 15
 wget