diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-01 17:10:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-01 17:10:36 -0500 |
commit | 97e459e76fb58bda798093661ec3b513a2fc8741 (patch) | |
tree | 79938fe547f49c98bf41c836aa330a90866ba2d4 /sys-cluster/nova | |
parent | sys-cluster/gasnet: version bump (diff) | |
download | gentoo-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
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-16.0.0.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |