From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01BC0138331 for ; Wed, 7 Mar 2018 18:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCCAE087C; Wed, 7 Mar 2018 18:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A93A9E087C for ; Wed, 7 Mar 2018 18:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BAC0335C09 for ; Wed, 7 Mar 2018 18:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA79240 for ; Wed, 7 Mar 2018 18:39:11 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1520447941.3a2686496cf74253b92294887d76735fa8b831dd.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/cinder/cinder-12.0.0.ebuild sys-cluster/cinder/cinder-2018.1.9999.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3a2686496cf74253b92294887d76735fa8b831dd X-VCS-Branch: master Date: Wed, 7 Mar 2018 18:39:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6d3bfe5-79a7-4c82-a466-29600dca2688 X-Archives-Hash: 5f1164c1e44c29e9b0e66ff8ab6beab3 commit: 3a2686496cf74253b92294887d76735fa8b831dd Author: Matthew Thode gentoo org> AuthorDate: Wed Mar 7 18:38:40 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Mar 7 18:39:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a268649 sys-cluster/cinder: fix policy in code stuff Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-cluster/cinder/cinder-12.0.0.ebuild | 1 - sys-cluster/cinder/cinder-2018.1.9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-cluster/cinder/cinder-12.0.0.ebuild b/sys-cluster/cinder/cinder-12.0.0.ebuild index 3b14eed864d..7c4c55c46c3 100644 --- a/sys-cluster/cinder/cinder-12.0.0.ebuild +++ b/sys-cluster/cinder/cinder-12.0.0.ebuild @@ -196,7 +196,6 @@ python_install_all() { doins "etc/cinder/logging_sample.conf" doins "etc/cinder/rootwrap.conf" doins "etc/cinder/api-paste.ini" - doins "etc/cinder/policy.json" doins "etc/cinder/resource_filters.json" newins "${DISTDIR}/pike-cinder.conf.sample" "cinder.conf.sample" insinto /etc/cinder/rootwrap.d diff --git a/sys-cluster/cinder/cinder-2018.1.9999.ebuild b/sys-cluster/cinder/cinder-2018.1.9999.ebuild index 3b14eed864d..79bd9d4e734 100644 --- a/sys-cluster/cinder/cinder-2018.1.9999.ebuild +++ b/sys-cluster/cinder/cinder-2018.1.9999.ebuild @@ -196,9 +196,8 @@ python_install_all() { doins "etc/cinder/logging_sample.conf" doins "etc/cinder/rootwrap.conf" doins "etc/cinder/api-paste.ini" - doins "etc/cinder/policy.json" doins "etc/cinder/resource_filters.json" - newins "${DISTDIR}/pike-cinder.conf.sample" "cinder.conf.sample" + newins "${DISTDIR}/queens-cinder.conf.sample" "cinder.conf.sample" insinto /etc/cinder/rootwrap.d doins "etc/cinder/rootwrap.d/volume.filters"