Add stx-placement docker image directives files

It adds required files to build the docker image that will be used
for enabling placement as a service in a container.

Story: 2005750
Task: 33422

Change-Id: I4e872ecf9aec7b26e8f7b9696227e5c1098e7c27
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
This commit is contained in:
zhipengl 2019-05-25 00:19:53 +08:00
parent 5dd801610d
commit 0fa73acf08
4 changed files with 15 additions and 0 deletions

View File

@ -15,3 +15,4 @@ openstack/python-neutron
openstack/python-nova
openstack/distributedcloud
openstack/python-openstackclient
openstack/python-placement

View File

@ -15,3 +15,4 @@ openstack/python-neutron
openstack/python-nova
openstack/distributedcloud
openstack/python-openstackclient
openstack/python-placement

View File

@ -0,0 +1,6 @@
BUILDER=loci
LABEL=stx-placement
PROJECT=placement
PROJECT_REPO=https://github.com/openstack/placement.git
PIP_PACKAGES="pycrypto httplib2 pylint"
PROFILES="apache"

View File

@ -0,0 +1,7 @@
BUILDER=loci
LABEL=stx-placement
PROJECT=placement
PROJECT_REPO=https://github.com/openstack/placement.git
PROJECT_REF=stable/stein
PIP_PACKAGES="pycrypto httplib2 pylint"
PROFILES="apache"