OpenStack-Keystone Proxy Containerization

Add keystone-api-proxy image directives files

Story: 2004766
Task: 30449

Depends-On: https://review.openstack.org/#/c/651558/

Change-Id: I3d541cdc996405f2b35008532249afad2cb2db6b
Signed-off-by: Tao Liu <tao.liu@windriver.com>
This commit is contained in:
Tao Liu 2019-04-10 10:39:21 -04:00
parent 0b04175782
commit 1f0f88e50d
5 changed files with 52 additions and 0 deletions

View File

@ -13,3 +13,4 @@ openstack/python-horizon
openstack/python-keystone
openstack/python-neutron
openstack/python-nova
openstack/distributedcloud

2
centos_dev_wheels.inc Normal file
View File

@ -0,0 +1,2 @@
distributedcloud-client-wheels
distributedcloud-wheels

View File

@ -13,3 +13,4 @@ openstack/python-horizon
openstack/python-keystone
openstack/python-neutron
openstack/python-nova
openstack/distributedcloud

View File

@ -0,0 +1,24 @@
BUILDER=loci
LABEL=stx-keystone-api-proxy
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="
distributedcloud \
cgcs-patch \
tsconfig \
eventlet \
pecan \
SQLAlchemy \
pycrypto \
psycopg2 \
oslo.concurrency \
oslo.config \
oslo.db \
oslo.log \
oslo.messaging \
oslo.middleware \
oslo.policy \
oslo.service \
oslo.versionedobjects \
keystonemiddleware \
"

View File

@ -0,0 +1,24 @@
BUILDER=loci
LABEL=stx-keystone-api-proxy
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="
distributedcloud \
cgcs-patch \
tsconfig \
eventlet \
pecan \
SQLAlchemy \
pycrypto \
psycopg2 \
oslo.concurrency \
oslo.config \
oslo.db \
oslo.log \
oslo.messaging \
oslo.middleware \
oslo.policy \
oslo.service \
oslo.versionedobjects \
keystonemiddleware \
"