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

This commit is contained in:
Zuul 2019-03-22 13:26:37 +00:00 committed by Gerrit Code Review
commit e01cb5735d
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',