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:
parent
fd512f798e
commit
56f6ec6274
1
centos_master_docker_images.inc
Normal file
1
centos_master_docker_images.inc
Normal file
@ -0,0 +1 @@
|
||||
./nova-api-proxy
|
1
centos_master_wheels.inc
Normal file
1
centos_master_wheels.inc
Normal file
@ -0,0 +1 @@
|
||||
nova-api-proxy-wheels
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user