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
This commit is contained in:
James Page 2018-10-15 14:45:01 +01:00
parent 7832164cad
commit 1d8946151a
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ BASE_PACKAGES = [
'python-mysqldb',
'python-psycopg2',
'python-psutil',
'python-six',
'python-memcache',
'uuid',
]