From: Matthew Thode Date: Fri, 1 Sep 2017 22:10:20 +0000 (-0500) Subject: sys-cluster/nova: removing unneeded init script X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=97e459e76fb58bda798093661ec3b513a2fc8741;p=gentoo.git sys-cluster/nova: removing unneeded init script Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/sys-cluster/nova/nova-16.0.0.ebuild b/sys-cluster/nova/nova-16.0.0.ebuild index 871405a4c339..2258699cdfa8 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 b6214e5b123e..13f9f745a8fd 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