nfv/nova-api-proxy/centos/stx-nova-api-proxy.master_docker_image
Don Penney 56f6ec6274 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>
2018-11-30 10:14:46 -06:00

9 lines
273 B
Plaintext

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"