diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-13 00:29:59 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-13 00:29:59 -0500 |
commit | f3689cf7967a7ccf4047b9de2a2733c33ea8fefa (patch) | |
tree | 03f80de79a4036541a0ef145ed53585f0d73af3f /sys-cluster/nova/nova-13.0.0.ebuild | |
parent | dev-ruby/png: avoid hoe for doc and tests (diff) | |
download | gentoo-f3689cf7967a7ccf4047b9de2a2733c33ea8fefa.tar.gz gentoo-f3689cf7967a7ccf4047b9de2a2733c33ea8fefa.tar.bz2 gentoo-f3689cf7967a7ccf4047b9de2a2733c33ea8fefa.zip |
sys-cluster/nova: fixing rootwrap filters
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-cluster/nova/nova-13.0.0.ebuild')
-rw-r--r-- | sys-cluster/nova/nova-13.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/nova/nova-13.0.0.ebuild b/sys-cluster/nova/nova-13.0.0.ebuild index 56232e90323e..8e20f946a73e 100644 --- a/sys-cluster/nova/nova-13.0.0.ebuild +++ b/sys-cluster/nova/nova-13.0.0.ebuild @@ -173,9 +173,9 @@ python_install() { #rootwrap filters insopts -m 0644 insinto /etc/nova/rootwrap.d - newins "${FILESDIR}/etc.liberty/rootwrap.d/api-metadata.filters" "api-metadata.filters" - newins "${FILESDIR}/etc.liberty/rootwrap.d/compute.filters" "compute.filters" - newins "${FILESDIR}/etc.liberty/rootwrap.d/network.filters" "network.filters" + newins "${FILESDIR}/etc.mitaka/rootwrap.d/api-metadata.filters" "api-metadata.filters" + newins "${FILESDIR}/etc.mitala/rootwrap.d/compute.filters" "compute.filters" + newins "${FILESDIR}/etc.mitaka/rootwrap.d/network.filters" "network.filters" #copy migration conf file (not coppied on install via setup.py script) insinto /usr/$(get_libdir)/python2.7/site-packages/nova/db/sqlalchemy/migrate_repo/ doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg" |