ffaabb565d
This update adds the docker image build directives file for the following services: - stx-aodh - stx-ceilometer - stx-cinder - stx-glance - stx-gnocchi - stx-heat - stx-horizon - stx-ironic - stx-keystone - stx-magnum - stx-murano - stx-neutron - stx-nova - stx-panko and creates the centos_pike_docker_images.inc. Change-Id: Ic51a5829a73aed9335895dc5554870019c9d58b5 Story: 2003907 Task: 27937 Signed-off-by: Don Penney <don.penney@windriver.com>
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-glance
|
|
PROJECT=glance
|
|
PROJECT_REPO=https://github.com/starlingx-staging/stx-glance.git
|
|
PIP_PACKAGES="pycrypto python-swiftclient psutil pylint fm_api fm_core"
|
|
DIST_PACKAGES="postgresql-libs fm-common"
|
|
PROFILES="fluent glance ceph"
|
|
|