Adding python*-pyngus package to openstack base

This package is required by amqp on RHEL job scenario003

Change-Id: I7370c371c9f3f458e7f2b363d4341fbfbfe4fe89
This commit is contained in:
Arx Cruz 2019-09-27 11:41:16 +02:00 committed by Sorin Sbarnea
parent a0712ceef3
commit 73f9b5e47c
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-prettytable',
'python3-psycopg2',
'python3-pyasn1',
'python3-pyngus',
'python3-redis',
'python3-retrying',
'python3-routes',
@ -161,6 +162,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-posix_ipc',
'python-prettytable',
'python-psycopg2',
'python-pyngus',
'python-redis',
'python-retrying',
'python-routes',
@ -210,6 +212,7 @@ ENV DEBIAN_FRONTEND noninteractive
'python3-psycopg2',
'python3-pymemcache',
'python3-pymysql',
'python3-pyngus',
'python3-redis',
'python3-saharaclient',
'python3-sysv-ipc',