* Use /etc/nova/nova.conf as the location of the config file.

svn path=/nixpkgs/trunk/; revision=27503
This commit is contained in:
Eelco Dolstra 2011-06-20 14:26:49 +00:00
parent 5acd48a0b0
commit 09c9c44403

View file

@ -78,6 +78,9 @@ stdenv.mkDerivation rec {
# Install the certificate generation script.
cp nova/CA/genrootca.sh $out/libexec/nova/
cp nova/CA/openssl.cnf.tmpl $out/libexec/nova/
# Allow nova-manage etc. to find the proper configuration file.
ln -s /etc/nova/nova.conf $out/libexec/nova/nova.conf
'';
doCheck = false; # !!! fix