summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Thode <prometheanfire@gentoo.org>2015-05-12 04:47:21 +0000
committerMatt Thode <prometheanfire@gentoo.org>2015-05-12 04:47:21 +0000
commit9406a3ddc4dc11518d24e4b4ecd6665216e8d19f (patch)
tree53ce7b1994361e4583fb2077f4f47a3b8a65a311 /sys-cluster/nova/nova-2015.1.9999.ebuild
parentVersion bump, with libnotify support. (diff)
downloadhistorical-9406a3ddc4dc11518d24e4b4ecd6665216e8d19f.tar.gz
historical-9406a3ddc4dc11518d24e4b4ecd6665216e8d19f.tar.bz2
historical-9406a3ddc4dc11518d24e4b4ecd6665216e8d19f.zip
fixing db upgrade perms
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0x33ED3FD25AFC78BA
Diffstat (limited to 'sys-cluster/nova/nova-2015.1.9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-2015.1.9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild
index 7ef972e70c75..dd2850309549 100644
--- a/sys-cluster/nova/nova-2015.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2015.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.4 2015/05/07 23:35:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 1.5 2015/05/12 04:47:09 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -164,6 +164,7 @@ python_install() {
doins "etc/nova/rootwrap.d/compute.filters"
doins "etc/nova/rootwrap.d/network.filters"
#copy migration conf file (not coppied on install via setup.py script)
+ insopts -m 644
insinto /usr/$(get_libdir)/python2.7/site-packages/nova/db/sqlalchemy/migrate_repo/
doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
#copy the CA cert dir (not coppied on install via setup.py script)