py3: Don't purge python-six on upgrades

python-six is also used by crmsh in HA deployment so don't purge it
on OpenStack upgrade or we lose the ability to manage the corosync/
pacemaker cluster.

Change-Id: I67791cf6ef64aa461b9957c1d253d5aa7703f19e
This commit is contained in:
James Page 2018-10-15 14:27:33 +01:00
parent 5eee070465
commit db89cb9293
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ PURGE_PACKAGES = [
'python-keystoneclient',
'python-mysqldb',
'python-psycopg2',
'python-six',
]
VERSION_PACKAGE = 'neutron-common'