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-2017.1.9999.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-2017.1.9999.ebuild')
-rw-r--r--sys-cluster/heat/heat-2017.1.9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/heat/heat-2017.1.9999.ebuild b/sys-cluster/heat/heat-2017.1.9999.ebuild
index 3fcbe2725d02..360f908cad7a 100644
--- a/sys-cluster/heat/heat-2017.1.9999.ebuild
+++ b/sys-cluster/heat/heat-2017.1.9999.ebuild
@@ -9,6 +9,7 @@ inherit distutils-r1 eutils git-r3 linux-info user
DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration engine."
HOMEPAGE="https://launchpad.net/heat"
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata -> heat.conf.sample-${PV}"
EGIT_REPO_URI="https://github.com/openstack/heat.git"
EGIT_BRANCH="stable/ocata"
@@ -136,7 +137,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