Browse code

Add a dependency on openssl.

Nova and Keystone use openssl to setup certificates. If it's not
there then Keystone fails with "Error 2: No such file or directory",
Nova fails with "openssl: command not found" and glance fails with
"glance: error: argument --os-auth-token: expected one argument"
Basically, cascading errors everywhere. So I put the dependency
in "general" since it affects multiple packages.

Fixes bug 1152315

Change-Id: I803f91644443d7aba78c0a90384e32f6eece36ec

David Ripton authored on 2013/03/08 05:43:45
Showing 3 changed files
... ...
@@ -9,6 +9,7 @@ psmisc
9 9
 git
10 10
 lsof # useful when debugging
11 11
 openssh-server
12
+openssl
12 13
 vim-nox
13 14
 locate # useful when debugging
14 15
 python-virtualenv
... ...
@@ -4,6 +4,7 @@ euca2ools
4 4
 git-core
5 5
 iputils
6 6
 openssh
7
+openssl
7 8
 psmisc
8 9
 python-cmd2 # dist:opensuse-12.3
9 10
 python-netaddr
... ...
@@ -3,6 +3,7 @@ curl
3 3
 euca2ools # only for testing client
4 4
 git-core
5 5
 openssh-server
6
+openssl
6 7
 psmisc
7 8
 pylint
8 9
 python-netaddr