Move top package installed in every *-base container to openstack-base

- python*-oslo-upgradecheck was being installed in a number of different *-base containers that I checked

Change-Id: Iddd8a191e5523ec048dff324993abadcfc020132
This commit is contained in:
Jon Schlueter 2019-03-13 15:29:47 -04:00
parent 03eb40bc1b
commit dd22500826
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-oslo-rootwrap',
'python3-oslo-serialization',
'python3-oslo-service',
'python3-oslo-upgradecheck',
'python3-oslo-utils',
'python3-oslo-versionedobjects',
'python3-osprofiler',
@ -115,6 +116,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python2-oslo-rootwrap',
'python2-oslo-serialization',
'python2-oslo-service',
'python2-oslo-upgradecheck',
'python2-oslo-utils',
'python2-oslo-versionedobjects',
'python2-pika',