summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r--sys-cluster/nova/nova-2019.1.9999.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild
index da689ce9ff46..4eaf50a66197 100644
--- a/sys-cluster/nova/nova-2019.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2019.1.9999.ebuild
@@ -241,13 +241,6 @@ python_install_all() {
rm -r "${ED}/usr/etc"
}
-python_install() {
- distutils-r1_python_install
- # copy migration conf file (not coppied on install via setup.py script)
- python_moduleinto db/sqlalchemy/migrate_repo
- python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
-}
-
pkg_postinst() {
if use iscsi ; then
elog "iscsid needs to be running if you want cinder to connect"