From 56f6ec627493e381a6503c22cc13657beb8b881d Mon Sep 17 00:00:00 2001 From: Don Penney Date: Fri, 30 Nov 2018 10:12:25 -0600 Subject: [PATCH] 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 --- centos_master_docker_images.inc | 1 + centos_master_wheels.inc | 1 + .../centos/stx-nova-api-proxy.master_docker_image | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 centos_master_docker_images.inc create mode 100644 centos_master_wheels.inc create mode 100644 nova-api-proxy/centos/stx-nova-api-proxy.master_docker_image 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" +