Merge "Add tooz all extra packages in openstack-base image"

This commit is contained in:
Zuul 2018-01-23 06:18:13 +00:00 committed by Gerrit Code Review
commit 5ea4cf4171
1 changed files with 15 additions and 0 deletions

View File

@ -67,6 +67,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python2-positional',
'python2-pyasn1',
'python2-PyMySQL',
'python2-sysv_ipc',
'python2-zake',
'python-alembic',
'python-amqp',
'python-anyjson',
@ -101,6 +103,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-jsonpatch',
'python-jsonpointer',
'python-jsonschema',
'python-kazoo',
'python-keyring',
'python-keystoneauth1',
'python-keystoneclient',
@ -130,8 +133,11 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-ply',
'python-posix_ipc',
'python-prettytable',
'python-psycopg2',
'python-pycparser',
'python-pymemcache',
'python-PyMySQL',
'python-redis',
'python-repoze-lru',
'python-requests',
'python-retrying',
@ -144,6 +150,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-swiftclient',
'python-tempita',
'python-testtools',
'python-tooz',
'python-traceback2',
'python-troveclient',
'python-unicodecsv',
@ -178,9 +185,11 @@ ENV DEBIAN_FRONTEND noninteractive
'python-congressclient',
'python-designateclient',
'python-elasticsearch',
'python-etcd',
'python-gnocchiclient',
'python-heatclient',
'python-ironicclient',
'python-kazoo',
'python-keystoneclient',
'python-magnumclient',
'python-manilaclient',
@ -192,10 +201,15 @@ ENV DEBIAN_FRONTEND noninteractive
'python-oslo.log',
'python-osprofiler',
'python-pip',
'python-psycopg2',
'python-pymemcache',
'python-pymysql',
'python-redis',
'python-saharaclient',
'python-sysv-ipc',
'python-swiftclient',
'python-troveclient',
'python-zake',
'python-zaqarclient'
] %}
{% endif %}
@ -386,6 +400,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
'sqlalchemy-migrate',
'sqlparse',
'stevedore',
'tooz[consul,etcd,etcd3,etcd3gw,zake,redis,postgresql,mysql,zookeeper,memcached,ipc]',
'unicodecsv',
'warlock',
'wrapt'