summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-02-28 10:29:09 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-02-28 10:29:41 -0600
commitd21df595f4612ff21bf30a094af20e4f3a53cdd0 (patch)
treeeeb65340a641d7209481c355765eb09270689154 /sys-cluster/heat/heat-8.0.0.ebuild
parentdev-php/PEAR-PEAR: Version bump (diff)
downloadgentoo-d21df595f4612ff21bf30a094af20e4f3a53cdd0.tar.gz
gentoo-d21df595f4612ff21bf30a094af20e4f3a53cdd0.tar.bz2
gentoo-d21df595f4612ff21bf30a094af20e4f3a53cdd0.zip
sys-cluster/heat: moving ocata heat.conf.sample to d.g.o bug 611208
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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