Merge "Create the stable/dev wheel and image build files"
This commit is contained in:
commit
cb1af1cd4b
1
centos_dev_docker_images.inc
Normal file
1
centos_dev_docker_images.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
./nova-api-proxy
|
1
centos_dev_wheels.inc
Normal file
1
centos_dev_wheels.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
nova-api-proxy-wheels
|
1
centos_stable_docker_images.inc
Normal file
1
centos_stable_docker_images.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
./nova-api-proxy
|
1
centos_stable_wheels.inc
Normal file
1
centos_stable_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"
|
||||||
|
|
@ -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