Add directives to build stx-nova-api-proxy on master

This update defines the docker image directives file for nova-api-proxy
to support building the service image with openstack master branch.

Change-Id: I940cdc9365023807624b81d41f38a843d84e0daf
Story: 2003907
Task: 28176
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2018-11-30 10:12:25 -06:00
parent fd512f798e
commit 56f6ec6274
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
./nova-api-proxy

1
centos_master_wheels.inc Normal file
View File

@ -0,0 +1 @@
nova-api-proxy-wheels

View File

@ -0,0 +1,8 @@
BUILDER=loci
LABEL=stx-nova-api-proxy
# Set PROJECT=infra and PROJECT_REPO=nil because we are not cloning a repo
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="api_proxy eventlet oslo.config oslo.log \
paste PasteDeploy routes webob keystonemiddleware pylint"