* Nova: install the default nova-api.conf and use Boto 1.9 (2.0 doesn't work).

svn path=/nixpkgs/branches/modular-python/; revision=26611
This commit is contained in:
Eelco Dolstra 2011-03-30 16:17:25 +00:00
parent 1d6b63afb9
commit 65190277dc

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
pythonPath = with pythonPackages;
[ setuptools eventlet greenlet gflags netaddr sqlalchemy carrot routes
paste_deploy m2crypto ipy boto twisted sqlalchemy_migrate
paste_deploy m2crypto ipy boto_1_9 twisted sqlalchemy_migrate
distutils_extra simplejson readline
];
@ -53,6 +53,9 @@ stdenv.mkDerivation rec {
}
wrapPythonPrograms
mkdir -p $out/etc
cp etc/nova-api.conf $out/etc/
'';
meta = {