From 1d8946151a7a9c8037a0e351ab0bfe6f286cfae1 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 15 Oct 2018 14:45:01 +0100 Subject: [PATCH] py3: Don't purge or install python-six Drop python-six from the list of packages to install/purge on upgrade to py3 workload execution. This was a legacy requirement in obsolete packaging versions of Nova. Purging six has the side effect of removing crmsh from the unit in clustered deployments. Change-Id: I9dfe7b031562c8f3e85445486ba16b3c7b2465ca --- hooks/nova_cc_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/nova_cc_utils.py b/hooks/nova_cc_utils.py index deb9c397..76a8ef82 100644 --- a/hooks/nova_cc_utils.py +++ b/hooks/nova_cc_utils.py @@ -136,7 +136,6 @@ BASE_PACKAGES = [ 'python-mysqldb', 'python-psycopg2', 'python-psutil', - 'python-six', 'python-memcache', 'uuid', ]