summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-10-19 14:10:41 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-10-19 14:10:41 -0500
commit6db2609f7b24384091c7f686717fa2e9d10351ec (patch)
tree65079e39654acc9d1dd57afb53e6b63f43f71a33
parentsys-libs/glibc: drop obsolete hardened work from git ebuild too #558636 (diff)
downloadgentoo-6db2609f7b24384091c7f686717fa2e9d10351ec.tar.gz
gentoo-6db2609f7b24384091c7f686717fa2e9d10351ec.tar.bz2
gentoo-6db2609f7b24384091c7f686717fa2e9d10351ec.zip
sys-auth/keystone: install wsgi files
Package-Manager: portage-2.2.20.1
-rw-r--r--sys-auth/keystone/keystone-2015.2.9999.ebuild2
-rw-r--r--sys-auth/keystone/keystone-8.0.0.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild
index 73e406d29caf..a79e3abcb729 100644
--- a/sys-auth/keystone/keystone-2015.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild
@@ -185,6 +185,8 @@ python_install() {
doins etc/keystone.conf.sample etc/logging.conf.sample
doins etc/default_catalog.templates etc/policy.json
doins etc/policy.v3cloudsample.json etc/keystone-paste.ini
+ insinto /etc/keystone/httpd
+ doins httpd/keystone.py httpd/wsgi-keystone.conf
fowners keystone:keystone /etc/keystone /var/log/keystone
}
diff --git a/sys-auth/keystone/keystone-8.0.0.ebuild b/sys-auth/keystone/keystone-8.0.0.ebuild
index dd5ac25a8a42..3eecc03d0574 100644
--- a/sys-auth/keystone/keystone-8.0.0.ebuild
+++ b/sys-auth/keystone/keystone-8.0.0.ebuild
@@ -184,6 +184,8 @@ python_install() {
doins etc/keystone.conf.sample etc/logging.conf.sample
doins etc/default_catalog.templates etc/policy.json
doins etc/policy.v3cloudsample.json etc/keystone-paste.ini
+ insinto /etc/keystone/httpd
+ doins httpd/keystone.py httpd/wsgi-keystone.conf
fowners keystone:keystone /etc/keystone /var/log/keystone
}