summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/heat/heat-8.0.0.ebuild')
-rw-r--r--sys-cluster/heat/heat-8.0.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-8.0.0.ebuild b/sys-cluster/heat/heat-8.0.0.ebuild
index 4fef39ae1287..41c6b9120bb2 100644
--- a/sys-cluster/heat/heat-8.0.0.ebuild
+++ b/sys-cluster/heat/heat-8.0.0.ebuild
@@ -9,7 +9,8 @@ inherit distutils-r1 eutils linux-info user
DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration engine."
HOMEPAGE="https://launchpad.net/heat"
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
+ https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata -> heat.conf.sample-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
@@ -135,7 +136,7 @@ python_install_all() {
insinto /etc/heat
insopts -m0640 -o heat -g heat
- newins "${FILESDIR}/ocata-heat.conf.sample" "heat.conf.sample"
+ newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
doins "etc/heat/api-paste.ini"
doins "etc/heat/policy.json"
insinto /etc/heat/templates