summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-09-01 17:10:20 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-09-01 17:10:36 -0500
commit97e459e76fb58bda798093661ec3b513a2fc8741 (patch)
tree79938fe547f49c98bf41c836aa330a90866ba2d4
parentsys-cluster/gasnet: version bump (diff)
downloadgentoo-97e459e76fb58bda798093661ec3b513a2fc8741.tar.gz
gentoo-97e459e76fb58bda798093661ec3b513a2fc8741.tar.bz2
gentoo-97e459e76fb58bda798093661ec3b513a2fc8741.zip
sys-cluster/nova: removing unneeded init script
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--sys-cluster/nova/nova-16.0.0.ebuild2
-rw-r--r--sys-cluster/nova/nova-2017.2.9999.ebuild2
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 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