sys-cluster/nova: removing unneeded init script
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 1 Sep 2017 22:10:20 +0000 (17:10 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 1 Sep 2017 22:10:36 +0000 (17:10 -0500)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-cluster/nova/nova-16.0.0.ebuild
sys-cluster/nova/nova-2017.2.9999.ebuild

index 871405a4c33916fa47a40804889fd0aef33de109..2258699cdfa89ae8b3433919530df2fddfb1a436 100644 (file)
@@ -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
index b6214e5b123e2a5515641ad7836404eb4b5d8158..13f9f745a8fd365d790d20322a44c915fe56b298 100644 (file)
@@ -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