diff --git a/centos_master_docker_images.inc b/centos_master_docker_images.inc new file mode 100644 index 00000000..55453b3a --- /dev/null +++ b/centos_master_docker_images.inc @@ -0,0 +1 @@ +./nova-api-proxy diff --git a/centos_master_wheels.inc b/centos_master_wheels.inc new file mode 100644 index 00000000..e12bd21a --- /dev/null +++ b/centos_master_wheels.inc @@ -0,0 +1 @@ +nova-api-proxy-wheels diff --git a/nova-api-proxy/centos/stx-nova-api-proxy.master_docker_image b/nova-api-proxy/centos/stx-nova-api-proxy.master_docker_image new file mode 100644 index 00000000..af67a2ab --- /dev/null +++ b/nova-api-proxy/centos/stx-nova-api-proxy.master_docker_image @@ -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" +