diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-30 18:43:23 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-30 21:12:13 -0500 |
commit | b54a183dd82914e18bd3ddaae8605e029c4ad14d (patch) | |
tree | 41edd0e616280b03be74d6e95c057720ae2678d9 /sys-cluster/cinder/cinder-8.1.1.ebuild | |
parent | media-libs/webrtc-audio-processing: x86 stable, bug 587010 (diff) | |
download | gentoo-b54a183dd82914e18bd3ddaae8605e029c4ad14d.tar.gz gentoo-b54a183dd82914e18bd3ddaae8605e029c4ad14d.tar.bz2 gentoo-b54a183dd82914e18bd3ddaae8605e029c4ad14d.zip |
openstack p2, newton is done, will add heat later
Diffstat (limited to 'sys-cluster/cinder/cinder-8.1.1.ebuild')
-rw-r--r-- | sys-cluster/cinder/cinder-8.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/cinder/cinder-8.1.1.ebuild b/sys-cluster/cinder/cinder-8.1.1.ebuild index 52e541f3e4bf..794ab97f0b90 100644 --- a/sys-cluster/cinder/cinder-8.1.1.ebuild +++ b/sys-cluster/cinder/cinder-8.1.1.ebuild @@ -161,7 +161,7 @@ python_install() { doins "etc/cinder/rootwrap.conf" newins "${DISTDIR}/mitaka-cinder-api-paste.ini" "api-paste.ini" newins "${DISTDIR}/mitaka-cinder-policy.json" "policy.json" - newins "${DISTDIR}/mitaka-cinder.conf.sample" "cidner.conf.sample" + newins "${DISTDIR}/mitaka-cinder.conf.sample" "cinder.conf.sample" insinto /etc/cinder/rootwrap.d newins "${DISTDIR}/mitaka-cinder-volume.filters" "volume.filters" |