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: I3fe3909baec17ab3a17b92082a41e1157326c950
This commit is contained in:
Corey Bryant 2018-10-15 13:30:39 -04:00
parent 7d015f64d3
commit 12ba56f807
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ REQUIRED_INTERFACES = {
BASE_PACKAGES = [
'python-keystoneclient',
'python-swiftclient', # work-around missing epoch in juno heat package
'python-six',
'uuid',
'apache2',
'haproxy',