commit:     6db2609f7b24384091c7f686717fa2e9d10351ec
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 19:10:41 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 19:10:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db2609f

sys-auth/keystone: install wsgi files

Package-Manager: portage-2.2.20.1

 sys-auth/keystone/keystone-2015.2.9999.ebuild | 2 ++
 sys-auth/keystone/keystone-8.0.0.ebuild       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild 
b/sys-auth/keystone/keystone-2015.2.9999.ebuild
index 73e406d..a79e3ab 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 dd5ac25..3eecc03 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
 }

Reply via email to