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
This commit is contained in:
parent
fd6aa547f0
commit
a0f660b0f9
@ -9,6 +9,7 @@ psmisc
|
|||||||
git
|
git
|
||||||
lsof # useful when debugging
|
lsof # useful when debugging
|
||||||
openssh-server
|
openssh-server
|
||||||
|
openssl
|
||||||
vim-nox
|
vim-nox
|
||||||
locate # useful when debugging
|
locate # useful when debugging
|
||||||
python-virtualenv
|
python-virtualenv
|
||||||
|
@ -4,6 +4,7 @@ euca2ools
|
|||||||
git-core
|
git-core
|
||||||
iputils
|
iputils
|
||||||
openssh
|
openssh
|
||||||
|
openssl
|
||||||
psmisc
|
psmisc
|
||||||
python-cmd2 # dist:opensuse-12.3
|
python-cmd2 # dist:opensuse-12.3
|
||||||
python-netaddr
|
python-netaddr
|
||||||
|
@ -3,6 +3,7 @@ curl
|
|||||||
euca2ools # only for testing client
|
euca2ools # only for testing client
|
||||||
git-core
|
git-core
|
||||||
openssh-server
|
openssh-server
|
||||||
|
openssl
|
||||||
psmisc
|
psmisc
|
||||||
pylint
|
pylint
|
||||||
python-netaddr
|
python-netaddr
|
||||||
|
Loading…
Reference in New Issue
Block a user