![Don Penney](/assets/img/avatar_default.png)
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>
9 lines
273 B
Plaintext
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"
|
|
|