commit: 97e459e76fb58bda798093661ec3b513a2fc8741
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 22:10:20 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 22:10:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e459e7
sys-cluster/nova: removing unneeded init script
Package-Manager: Portage-2.3.6, Repoman-2.3.3
sys-cluster/nova/nova-16.0.0.ebuild | 2 +-
sys-cluster/nova/nova-2017.2.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-cluster/nova/nova-16.0.0.ebuild
b/sys-cluster/nova/nova-16.0.0.ebuild
index 871405a4c33..2258699cdfa 100644
--- a/sys-cluster/nova/nova-16.0.0.ebuild
+++ b/sys-cluster/nova/nova-16.0.0.ebuild
@@ -198,7 +198,7 @@ python_install_all() {
distutils-r1_python_install_all
if use !compute-only; then
- for svc in api cert conductor consoleauth network scheduler
spicehtml5proxy xvpvncproxy; do
+ for svc in api conductor consoleauth network scheduler
spicehtml5proxy xvpvncproxy; do
newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
done
fi
diff --git a/sys-cluster/nova/nova-2017.2.9999.ebuild
b/sys-cluster/nova/nova-2017.2.9999.ebuild
index b6214e5b123..13f9f745a8f 100644
--- a/sys-cluster/nova/nova-2017.2.9999.ebuild
+++ b/sys-cluster/nova/nova-2017.2.9999.ebuild
@@ -199,7 +199,7 @@ python_install_all() {
distutils-r1_python_install_all
if use !compute-only; then
- for svc in api cert conductor consoleauth network scheduler
spicehtml5proxy xvpvncproxy; do
+ for svc in api conductor consoleauth network scheduler
spicehtml5proxy xvpvncproxy; do
newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
done
fi